.specs-page {
  background: #ffffff;
}

.specs-page .desktop-nav > a[aria-current="page"] {
  color: var(--ink);
}

.specs-page .desktop-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.specs-hero {
  position: relative;
  min-height: min(720px, calc(100vh - var(--header-height)));
  overflow: hidden;
  background: #eef1f4;
}

.specs-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.specs-hero-shade {
  position: absolute;
  inset: 0;
  width: 62%;
  background: linear-gradient(90deg, rgba(242, 245, 247, 0.98) 0%, rgba(242, 245, 247, 0.93) 55%, rgba(242, 245, 247, 0) 100%);
}

.specs-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
  padding-top: 54px;
  padding-bottom: 54px;
}

.specs-hero h1 {
  max-width: 700px;
  margin: 18px 0 0;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 1.08;
}

.specs-hero-lead {
  margin: 24px 0 0;
  color: #2d3844;
  font-size: 23px;
  font-weight: 780;
}

.specs-hero-copy {
  max-width: 570px;
  margin: 18px 0 0;
  color: #55616d;
  font-size: 15px;
  line-height: 1.9;
}

.specs-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.specs-hero .button-light {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(16, 19, 24, 0.18);
}

.series-strip {
  color: #ffffff;
  background: #151b22;
}

.series-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.series-grid article {
  min-height: 186px;
  padding: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.series-grid article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.series-grid span {
  color: #7da9ff;
  font-size: 10px;
  font-weight: 850;
}

.series-grid h2 {
  display: inline;
  margin: 0 0 0 10px;
  font-size: 16px;
}

.series-grid strong {
  display: block;
  margin-top: 22px;
  font-size: 32px;
}

.series-grid p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.product-suite-strip {
  color: #ffffff;
  background: #151b22;
}

.product-suite-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-suite-grid article {
  min-height: 218px;
  padding: 34px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.product-suite-grid article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.product-suite-grid span,
.model-market-grid span,
.benchmark-cover-grid span,
.tech-advantage-grid span,
.agent-capability-list span,
.ops-module-grid span,
.vertical-card-grid span {
  color: #7da9ff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-suite-grid h2 {
  margin: 32px 0 0;
  font-size: 22px;
  line-height: 1.35;
}

.product-suite-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.85;
}

.specs-section,
.product-section,
.selection-section,
.source-section {
  padding: 104px 0;
}

.product-section {
  background: #ffffff;
}

.specs-section {
  background: #ffffff;
}

.specs-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 42px;
}

.specs-heading h2,
.compute-layout h2,
.source-layout h2,
.specs-contact h2 {
  margin: 12px 0 0;
  font-size: 40px;
  line-height: 1.25;
}

.specs-heading > p,
.source-layout > div > p,
.specs-contact p {
  margin: 0;
  color: #66717c;
  font-size: 13px;
  line-height: 1.9;
}

.spec-table-wrap {
  overflow-x: auto;
  border: 1px solid #cfd6dd;
  outline: none;
}

.spec-table-wrap:focus-visible {
  box-shadow: 0 0 0 3px rgba(31, 99, 233, 0.18);
}

.spec-table {
  width: 100%;
  min-width: 1160px;
  border-collapse: collapse;
  table-layout: fixed;
}

.spec-table th,
.spec-table td {
  padding: 24px 18px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #d8dee4;
  border-bottom: 1px solid #d8dee4;
  font-size: 13px;
  line-height: 1.6;
}

.spec-table th:last-child,
.spec-table td:last-child {
  border-right: 0;
}

.spec-table tbody tr:last-child th,
.spec-table tbody tr:last-child td {
  border-bottom: 0;
}

.spec-table thead th {
  padding-top: 17px;
  padding-bottom: 17px;
  color: #ffffff;
  background: #2458a6;
  font-size: 12px;
  font-weight: 780;
}

.spec-table thead th:nth-child(1) { width: 138px; }
.spec-table thead th:nth-child(2) { width: 210px; }
.spec-table thead th:nth-child(3) { width: 100px; }
.spec-table thead th:nth-child(4) { width: 112px; }
.spec-table thead th:nth-child(5) { width: 198px; }
.spec-table thead th:nth-child(6) { width: 86px; }
.spec-table thead th:nth-child(7) { width: 170px; }

.spec-table tbody th {
  background: #e8eff8;
}

.spec-table tbody tr:nth-child(2) th,
.spec-table tbody tr:nth-child(2) td,
.spec-table tbody tr:nth-child(3) td {
  background: #f2f6fb;
}

.spec-table tbody th span,
.spec-table tbody th strong {
  display: block;
}

.spec-table tbody th span {
  color: #273648;
  font-size: 15px;
}

.spec-table tbody th strong {
  margin-top: 4px;
  color: #1f63e9;
  font-size: 12px;
}

.spec-table td > strong,
.spec-table td > small {
  display: block;
}

.spec-table td > strong {
  color: #162b49;
  font-size: 14px;
}

.spec-table small {
  margin-top: 4px;
  color: #737e89;
  font-size: 10px;
  line-height: 1.5;
}

.configuration-note {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  margin-top: 18px;
  padding: 20px 24px;
  background: #f3f6f8;
  border-left: 3px solid var(--blue);
}

.configuration-note strong {
  color: #263544;
  font-size: 12px;
}

.configuration-note p {
  margin: 0;
  color: #66727e;
  font-size: 11px;
  line-height: 1.8;
}

.infra-stat-grid {
  display: grid;
  grid-template-columns: 0.82fr 0.82fr 1.36fr;
  gap: 16px;
  margin-bottom: 20px;
}

.infra-stat-grid article,
.benchmark-cover-grid article,
.model-market-grid article,
.infra-capability-row article,
.tech-advantage-grid article,
.agent-capability-list article,
.ops-module-grid article {
  background: #f4f6f8;
  border: 1px solid #dce3ea;
}

.infra-stat-grid article {
  min-height: 154px;
  padding: 24px 24px 22px;
}

.infra-stat-grid span {
  display: block;
  color: #5d6a77;
  font-size: 12px;
  font-weight: 750;
}

.infra-stat-grid strong {
  display: block;
  margin-top: 18px;
  color: #162b49;
  font-size: clamp(24px, 2.7vw, 40px);
  line-height: 1.15;
}

.infra-stat-grid p {
  margin: 12px 0 0;
  color: #67727d;
  font-size: 12px;
  line-height: 1.75;
}

.model-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.model-market-grid article {
  min-height: 338px;
  padding: 26px 24px;
}

.model-market-grid h3,
.infra-capability-row h3,
.tech-advantage-grid h3,
.agent-capability-list h3,
.ops-module-grid h3 {
  margin: 18px 0 0;
  color: #172636;
  font-size: 18px;
  line-height: 1.45;
}

.model-market-grid p,
.infra-capability-row p,
.tech-advantage-grid p,
.agent-layout p,
.agent-capability-list p,
.ops-module-grid p,
.vertical-layout p {
  margin: 12px 0 0;
  color: #68737e;
  font-size: 12px;
  line-height: 1.85;
}

.model-market-grid dl {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
}

.model-market-grid dl > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid #dce3ea;
}

.model-market-grid dt {
  color: #6b7680;
  font-size: 11px;
  font-weight: 700;
}

.model-market-grid dd {
  margin: 0;
  color: #1f63e9;
  font-size: 12px;
  font-weight: 780;
  text-align: right;
}

.infra-capability-row,
.tech-advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.infra-capability-row article,
.tech-advantage-grid article {
  padding: 26px 24px;
}

.product-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 780;
}

.product-detail-link i {
  font-style: normal;
  transition: transform 180ms ease;
}

.product-detail-link:hover i,
.product-detail-link:focus-visible i {
  transform: translateX(4px);
}

.benchmark-section,
.selection-section {
  background: #f4f6f8;
}

.benchmark-cover-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.benchmark-cover-grid article {
  min-height: 238px;
  padding: 26px 24px;
  background: #ffffff;
}

.benchmark-cover-grid strong {
  display: block;
  margin-top: 18px;
  color: #172636;
  font-size: 19px;
  line-height: 1.45;
}

.benchmark-cover-grid p {
  margin: 12px 0 0;
  color: #68737e;
  font-size: 12px;
  line-height: 1.85;
}

.benchmark-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.benchmark-product-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid #dce3ea;
}

.benchmark-product-card span,
.benchmark-detail-nav a span,
.metric-card span,
.benchmark-method-card span {
  color: #1f63e9;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benchmark-product-card h3,
.metric-card h3,
.benchmark-method-card h3 {
  margin: 20px 0 0;
  color: #172636;
  font-size: 20px;
  line-height: 1.4;
}

.benchmark-product-card p,
.metric-card p,
.benchmark-method-card p {
  margin: 12px 0 0;
  color: #68737e;
  font-size: 12px;
  line-height: 1.85;
}

.benchmark-product-card strong {
  margin-top: auto;
  padding-top: 26px;
  color: #1f63e9;
  font-size: 12px;
}

.benchmark-detail-hero {
  padding: 118px 0 76px;
  color: #ffffff;
  background:
    radial-gradient(circle at 74% 28%, rgba(62, 116, 255, 0.22), transparent 36%),
    linear-gradient(135deg, #111820 0%, #1c252e 100%);
}

.benchmark-detail-hero h1 {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
}

.benchmark-detail-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.9;
}

.benchmark-detail-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #dce3ea;
  border-top: 1px solid #dce3ea;
  border-bottom: 1px solid #dce3ea;
}

.benchmark-detail-nav a {
  display: grid;
  gap: 10px;
  padding: 22px 24px;
  background: #ffffff;
}

.benchmark-detail-nav a[aria-current="page"] {
  background: #eaf1ff;
}

.benchmark-detail-nav strong {
  color: #172636;
  font-size: 14px;
  line-height: 1.5;
}

.benchmark-page-section {
  padding: 96px 0;
  background: #ffffff;
}

.benchmark-page-section.is-muted {
  background: #f4f6f8;
}

.benchmark-page-section.is-dark {
  color: #ffffff;
  background: #111820;
}

.benchmark-page-section.is-dark .specs-heading > p,
.benchmark-page-section.is-dark .metric-card p,
.benchmark-page-section.is-dark .benchmark-method-card p {
  color: rgba(255, 255, 255, 0.68);
}

.benchmark-page-section.is-dark .specs-heading h2,
.benchmark-page-section.is-dark .metric-card h3,
.benchmark-page-section.is-dark .benchmark-method-card h3 {
  color: #ffffff;
}

.metric-grid,
.benchmark-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.metric-card,
.benchmark-method-card {
  min-height: 220px;
  padding: 26px 24px;
  background: #ffffff;
  border: 1px solid #dce3ea;
}

.benchmark-page-section.is-dark .metric-card,
.benchmark-page-section.is-dark .benchmark-method-card {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.13);
}

.metric-card strong {
  display: block;
  margin-top: 22px;
  color: #172636;
  font-size: 34px;
  line-height: 1.1;
}

.benchmark-page-section.is-dark .metric-card strong {
  color: #ffffff;
}

.benchmark-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  color: #1f63e9;
  font-size: 13px;
  font-weight: 800;
}

.checklist-table-wrap {
  overflow-x: auto;
  border: 1px solid #cfd6dd;
}

.checklist-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
}

.checklist-table th,
.checklist-table td {
  padding: 22px 20px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #d8dee4;
  border-bottom: 1px solid #d8dee4;
  font-size: 12px;
  line-height: 1.8;
}

.checklist-table th:last-child,
.checklist-table td:last-child {
  border-right: 0;
}

.checklist-table thead th {
  color: #ffffff;
  background: #2458a6;
  font-weight: 780;
}

.checklist-table tbody th {
  color: #162b49;
  background: #e8eff8;
  font-weight: 800;
}

.benchmark-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.benchmark-chart-single {
  grid-template-columns: 1fr;
}

.benchmark-focus-grid .benchmark-chart-card.is-wide {
  grid-column: 1 / -1;
}

.benchmark-chart-card {
  padding: 28px 26px 24px;
  background: #ffffff;
  border: 1px solid #dce3ea;
}

.chart-card-head span {
  color: #1f63e9;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.chart-card-head h3 {
  margin: 12px 0 0;
  color: #172636;
  font-size: 20px;
  line-height: 1.4;
}

.chart-card-head p,
.benchmark-chart-note,
.benchmark-source-note {
  margin: 10px 0 0;
  color: #68737e;
  font-size: 12px;
  line-height: 1.8;
}

.bar-chart {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.bar-row {
  display: grid;
  grid-template-columns: minmax(138px, 0.9fr) minmax(160px, 1.5fr) 72px;
  gap: 14px;
  align-items: center;
}

.bar-label {
  color: #35424f;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}

.bar-track {
  position: relative;
  height: 14px;
  overflow: hidden;
  background: #e7edf3;
}

.bar-track i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar);
  background: linear-gradient(90deg, #2f73e0 0%, #73a6ff 100%);
}

.bar-row.is-highlight .bar-track i {
  background: linear-gradient(90deg, #0f4fc6 0%, #7da9ff 100%);
}

.bar-row strong {
  color: #172636;
  font-size: 13px;
  font-weight: 820;
  text-align: right;
}

.speedup-chart .bar-track i {
  background: linear-gradient(90deg, #16a085 0%, #75d6bf 100%);
}

.speedup-chart .bar-row.is-highlight .bar-track i {
  background: linear-gradient(90deg, #07866e 0%, #5fd4b6 100%);
}

.benchmark-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid #cfd6dd;
  outline: none;
}

.benchmark-table-wrap:focus-visible {
  box-shadow: 0 0 0 3px rgba(31, 99, 233, 0.18);
}

.benchmark-table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  table-layout: fixed;
}

.benchmark-data-table {
  min-width: 1180px;
}

.benchmark-table th,
.benchmark-table td {
  padding: 22px 20px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #d8dee4;
  border-bottom: 1px solid #d8dee4;
  font-size: 12px;
  line-height: 1.75;
}

.benchmark-table th:last-child,
.benchmark-table td:last-child {
  border-right: 0;
}

.benchmark-table tbody tr:last-child th,
.benchmark-table tbody tr:last-child td {
  border-bottom: 0;
}

.benchmark-table thead th {
  color: #ffffff;
  background: #2458a6;
  font-size: 12px;
  font-weight: 780;
}

.benchmark-table tbody th {
  color: #162b49;
  background: #e8eff8;
  font-weight: 780;
}

.benchmark-table tbody td {
  color: #35424f;
  background: #ffffff;
}

.benchmark-table tbody td strong {
  color: #123a6d;
  font-weight: 820;
}

.benchmark-table tbody tr[hidden] {
  display: none;
}

.benchmark-data-table thead th:nth-child(1) { width: 120px; }
.benchmark-data-table thead th:nth-child(2) { width: 190px; }
.benchmark-data-table thead th:nth-child(3) { width: 190px; }
.benchmark-data-table thead th:nth-child(4) { width: 170px; }
.benchmark-data-table thead th:nth-child(5) { width: 130px; }
.benchmark-data-table thead th:nth-child(6) { width: 120px; }
.benchmark-data-table thead th:nth-child(7) { width: auto; }

.benchmark-table-panel {
  margin-top: 24px;
}

.benchmark-table-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  background: #ffffff;
  border: 1px solid #dce3ea;
}

.benchmark-table-toolbar label {
  color: #172636;
  font-size: 13px;
  font-weight: 800;
}

.benchmark-table-toolbar select {
  min-width: 250px;
  margin-left: 12px;
  padding: 10px 36px 10px 12px;
  color: #172636;
  background: #f4f6f8;
  border: 1px solid #cfd6dd;
  border-radius: 0;
  font: inherit;
}

.benchmark-table-toolbar p {
  margin: 0;
  color: #68737e;
  font-size: 12px;
  line-height: 1.8;
}

.benchmark-source-note {
  margin-top: 14px;
  padding-left: 14px;
  border-left: 3px solid #8ab2ff;
}

.agent-section {
  color: #ffffff;
  background: #1c252e;
}

.agent-layout,
.vertical-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 78px;
  align-items: start;
}

.agent-layout h2,
.vertical-layout h2 {
  margin: 12px 0 0;
  font-size: 40px;
  line-height: 1.25;
}

.agent-layout > div:first-child > p:not(.section-index),
.vertical-layout > div:first-child > p:not(.section-index) {
  margin-top: 22px;
  font-size: 13px;
}

.agent-layout .button {
  margin-top: 32px;
}

.agent-capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.agent-capability-list article {
  min-height: 218px;
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
}

.agent-capability-list h3,
.agent-capability-list p,
.agent-layout p,
.vertical-layout p {
  color: rgba(255, 255, 255, 0.78);
}

.agent-capability-list h3,
.vertical-card-grid strong {
  color: #ffffff;
}

.ops-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ops-module-grid article {
  min-height: 226px;
  padding: 26px 24px;
}

.vertical-section {
  color: #ffffff;
  background: #111820;
}

.vertical-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.vertical-card-grid a {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 86px;
  padding: 18px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.vertical-card-grid a::after {
  color: rgba(255, 255, 255, 0.52);
  font-size: 18px;
  content: "→";
}

.vertical-card-grid a:hover strong,
.vertical-card-grid a:focus-visible strong {
  color: #8ab2ff;
}

.vertical-card-grid strong {
  font-size: 14px;
  line-height: 1.7;
}

.specs-domestic {
  margin-top: 18px;
}

.compute-section {
  padding: 94px 0;
  color: #ffffff;
  background: #1c252e;
}

.compute-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 90px;
}

.compute-layout > div > p:last-child {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.9;
}

.compute-definitions {
  margin: 0;
}

.compute-definitions > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.compute-definitions > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.compute-definitions dt {
  color: #8ab2ff;
  font-size: 13px;
  font-weight: 800;
}

.compute-definitions dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.8;
}

.compact-heading {
  margin-bottom: 36px;
}

.selection-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfd6dd;
  border-bottom: 1px solid #cfd6dd;
  list-style: none;
}

.selection-flow li {
  min-height: 220px;
  padding: 28px 24px;
  border-left: 1px solid #cfd6dd;
}

.selection-flow li:last-child {
  border-right: 1px solid #cfd6dd;
}

.selection-flow span {
  display: block;
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
}

.selection-flow strong {
  display: block;
  margin-top: 30px;
  font-size: 17px;
}

.selection-flow p {
  margin: 12px 0 0;
  color: #67727d;
  font-size: 12px;
  line-height: 1.8;
}

.source-section {
  background: #ffffff;
}

.source-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 100px;
}

.source-layout > div > p {
  margin-top: 22px;
}

.source-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.source-list li {
  border-bottom: 1px solid var(--line);
}

.source-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 68px;
  padding: 0 8px;
  color: #38434e;
  font-size: 12px;
  font-weight: 700;
}

.source-list a:hover,
.source-list a:focus-visible {
  color: var(--blue);
}

.source-list i {
  font-size: 17px;
  font-style: normal;
}

.specs-contact {
  padding: 76px 0;
  color: #ffffff;
  background: #155bb9;
}

.specs-contact-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.specs-contact h2 {
  font-size: 34px;
}

.specs-contact p {
  max-width: 700px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
}

.specs-contact .button-light {
  color: #143a6f;
  background: #ffffff;
}

@media (max-width: 980px) {
  .specs-hero {
    min-height: 690px;
  }

  .specs-hero-media {
    object-position: 62% center;
  }

  .specs-hero-shade {
    width: 76%;
  }

  .specs-heading,
  .compute-layout,
  .source-layout,
  .agent-layout,
  .vertical-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .specs-section,
  .product-section,
  .selection-section,
  .source-section {
    padding: 82px 0;
  }

  .product-suite-grid,
  .benchmark-product-grid,
  .model-market-grid,
  .benchmark-cover-grid,
  .agent-capability-list,
  .ops-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benchmark-detail-nav,
  .metric-grid,
  .benchmark-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benchmark-chart-grid {
    grid-template-columns: 1fr;
  }

  .product-suite-grid article:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .product-suite-grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .infra-stat-grid,
  .infra-capability-row,
  .tech-advantage-grid {
    grid-template-columns: 1fr;
  }

  .selection-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selection-flow li:nth-child(3) {
    border-top: 1px solid #cfd6dd;
  }

  .selection-flow li:nth-child(4) {
    border-top: 1px solid #cfd6dd;
    border-right: 1px solid #cfd6dd;
  }
}

@media (max-width: 680px) {
  .specs-hero {
    min-height: 720px;
  }

  .specs-hero-media {
    height: 43%;
    object-position: 69% center;
  }

  .specs-hero-shade {
    display: none;
  }

  .specs-hero::after {
    position: absolute;
    inset: 36% 0 0;
    background: #f1f4f6;
    content: "";
  }

  .specs-hero-content {
    justify-content: flex-end;
    padding-top: 290px;
    padding-bottom: 44px;
  }

  .specs-hero h1 {
    font-size: 42px;
  }

  .specs-hero-lead {
    font-size: 18px;
  }

  .specs-hero-copy {
    font-size: 13px;
    line-height: 1.75;
  }

  .specs-hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
  }

  .series-grid {
    grid-template-columns: 1fr;
  }

  .series-grid article {
    min-height: 142px;
    padding: 24px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .series-grid article:last-child {
    border-bottom: 0;
  }

  .series-grid strong {
    margin-top: 14px;
    font-size: 26px;
  }

  .product-suite-grid,
  .benchmark-product-grid,
  .model-market-grid,
  .benchmark-cover-grid,
  .benchmark-chart-grid,
  .agent-capability-list,
  .ops-module-grid {
    grid-template-columns: 1fr;
  }

  .benchmark-detail-hero {
    padding: 86px 0 56px;
  }

  .benchmark-detail-hero h1 {
    font-size: 42px;
  }

  .benchmark-detail-nav,
  .metric-grid,
  .benchmark-method-grid {
    grid-template-columns: 1fr;
  }

  .benchmark-page-section {
    padding: 76px 0;
  }

  .product-suite-grid article {
    min-height: 154px;
    padding: 24px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .product-suite-grid article:nth-child(n + 3) {
    border-top: 0;
  }

  .product-suite-grid article:last-child {
    border-bottom: 0;
  }

  .product-suite-grid h2 {
    margin-top: 16px;
    font-size: 20px;
  }

  .specs-heading h2,
  .agent-layout h2,
  .vertical-layout h2,
  .compute-layout h2,
  .source-layout h2,
  .specs-contact h2 {
    font-size: 30px;
  }

  .spec-table-wrap {
    margin-right: -16px;
  }

  .benchmark-table-wrap {
    margin-right: -16px;
  }

  .benchmark-table {
    min-width: 820px;
  }

  .benchmark-data-table {
    min-width: 1120px;
  }

  .benchmark-chart-card {
    padding: 24px 20px;
  }

  .benchmark-table-toolbar {
    align-items: stretch;
    padding: 18px 16px;
  }

  .benchmark-table-toolbar label,
  .benchmark-table-toolbar select,
  .benchmark-table-toolbar p {
    width: 100%;
  }

  .benchmark-table-toolbar select {
    min-width: 0;
    margin: 10px 0 0;
  }

  .bar-row {
    grid-template-columns: 1fr 64px;
    gap: 8px 12px;
  }

  .bar-label {
    grid-column: 1 / -1;
  }

  .bar-track {
    height: 12px;
  }

  .model-market-grid article,
  .benchmark-cover-grid article,
  .agent-capability-list article,
  .ops-module-grid article {
    min-height: 0;
  }

  .vertical-card-grid a {
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
  }

  .vertical-card-grid span {
    grid-column: 1 / -1;
  }

  .configuration-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .compute-section {
    padding: 76px 0;
  }

  .compute-definitions > div {
    grid-template-columns: 64px 1fr;
    gap: 14px;
  }

  .selection-flow {
    grid-template-columns: 1fr;
  }

  .selection-flow li,
  .selection-flow li:nth-child(3),
  .selection-flow li:nth-child(4) {
    min-height: 0;
    border-top: 1px solid #cfd6dd;
    border-right: 1px solid #cfd6dd;
  }

  .selection-flow li:first-child {
    border-top: 0;
  }

  .selection-flow strong {
    margin-top: 18px;
  }

  .specs-contact-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .specs-contact .button {
    width: 100%;
  }
}

@media print {
  .specs-page .site-header,
  .specs-page .mobile-nav,
  .specs-hero-actions,
  .specs-contact,
  .specs-page .site-footer {
    display: none !important;
  }

  .specs-hero {
    min-height: 420px;
  }

  .spec-table-wrap {
    overflow: visible;
  }

  .spec-table {
    min-width: 0;
    font-size: 9px;
  }

  .spec-table th,
  .spec-table td {
    padding: 10px 7px;
  }
}

/* Product overview: short headings paired with visual system diagrams. */
.product-anchor-nav {
  position: sticky;
  top: var(--header-height);
  z-index: 8;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e1e6eb;
  backdrop-filter: blur(12px);
}

.product-anchor-nav .shell {
  display: flex;
  justify-content: center;
  min-height: 58px;
  overflow-x: auto;
  scrollbar-width: none;
}

.product-anchor-nav .shell::-webkit-scrollbar {
  display: none;
}

.product-anchor-nav a {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 24px;
  color: #3d4955;
  font-size: 13px;
  font-weight: 720;
  border-bottom: 2px solid transparent;
}

.product-anchor-nav a:hover,
.product-anchor-nav a:focus-visible {
  color: #111820;
  border-bottom-color: #1f63e9;
}

.product-visual-section {
  padding: 104px 0;
  background: #ffffff;
  scroll-margin-top: calc(var(--header-height) + 58px);
}

.product-visual-section:nth-of-type(2n) {
  background: #f5f7f9;
}

.product-visual-section-dark {
  color: #ffffff;
  background: #151b22 !important;
}

.product-visual-heading {
  margin: 0 auto 44px;
  text-align: center;
}

.product-visual-heading p {
  margin: 0;
  color: #1f63e9;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.product-visual-heading h2 {
  margin: 14px 0 0;
  color: #111820;
  font-size: 44px;
  line-height: 1.2;
}

.product-visual-heading > span {
  display: block;
  margin-top: 14px;
  color: #68737e;
  font-size: 16px;
  line-height: 1.7;
}

.product-visual-section-dark .product-visual-heading h2,
.product-visual-heading-light h2 {
  color: #ffffff;
}

.product-visual-section-dark .product-visual-heading > span,
.product-visual-heading-light > span {
  color: rgba(255, 255, 255, 0.68);
}

.architecture-board {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px;
  background: #f4f6f8;
  border: 1px solid #d9e0e6;
  border-radius: 6px;
}

.infra-architecture {
  display: grid;
  gap: 10px;
}

.architecture-layer {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  min-height: 76px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbe2e8;
}

.architecture-layer .layer-name {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  color: #ffffff;
  background: #273646;
  font-size: 14px;
  font-weight: 800;
}

.architecture-nodes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  align-items: stretch;
  background: #dbe2e8;
}

.architecture-nodes b {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  color: #273646;
  background: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.layer-models .layer-name {
  background: #155db7;
}

.layer-models .architecture-nodes b {
  color: #123a6d;
  background: #edf4ff;
}

.layer-service .layer-name {
  background: #287f88;
}

.layer-service .architecture-nodes b {
  background: #edf8f8;
}

.layer-honor {
  border-color: #73a2ff;
  box-shadow: 0 0 0 2px rgba(31, 99, 233, 0.08);
}

.layer-honor .layer-name {
  background: #1f63e9;
}

.layer-honor .architecture-nodes {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background: #aec7f6;
}

.layer-honor .architecture-nodes b {
  color: #0d397f;
  background: #e8f0ff;
}

.layer-engines .layer-name {
  background: #42586e;
}

.layer-chips .layer-name {
  background: #1d2630;
}

.layer-chips .architecture-nodes b {
  color: #ffffff;
  background: #344353;
}

.visual-detail-link {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  margin: 28px auto 0;
  color: #155db7;
  font-size: 13px;
  font-weight: 800;
}

.visual-detail-link i {
  font-style: normal;
  transition: transform 180ms ease;
}

.visual-detail-link:hover i,
.visual-detail-link:focus-visible i {
  transform: translateX(4px);
}

.visual-detail-link-light {
  color: #a9c6ff;
}

.agent-architecture {
  display: grid;
  gap: 12px;
  background: #202a34;
  border-color: rgba(255, 255, 255, 0.14);
}

.agent-solution-layer,
.agent-system-layer,
.ops-console,
.ops-managed-layer {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 76px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.agent-solution-layer > span,
.agent-system-layer > span,
.ops-console > span,
.ops-managed-layer > span {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  color: #ffffff;
  background: #1f63e9;
  font-size: 14px;
  font-weight: 820;
}

.agent-solution-layer > div,
.agent-system-layer > div,
.ops-console > div,
.ops-managed-layer > div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.agent-solution-layer b,
.agent-system-layer b,
.ops-console b,
.ops-managed-layer b {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
  color: rgba(255, 255, 255, 0.86);
  background: #293541;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.agent-entry-layer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.agent-entry-layer b {
  padding: 14px 10px;
  color: #c9d7e4;
  background: #2a3744;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  text-align: center;
}

.agent-core-layer {
  padding: 28px;
  color: #ffffff;
  background: #155db7;
  border: 1px solid #4b8ee0;
  text-align: center;
}

.agent-core-layer > span {
  display: block;
  color: #dceaff;
  font-size: 12px;
  font-weight: 800;
}

.agent-core-layer > strong {
  display: block;
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.5;
}

.agent-core-layer > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.agent-core-layer b {
  padding: 10px 8px;
  color: #eaf3ff;
  background: rgba(8, 39, 77, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 11px;
}

.agent-capability-layer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.agent-capability-layer > div {
  min-height: 94px;
  padding: 18px;
  background: #f4f7fa;
  border-top: 3px solid #4c95a1;
}

.agent-capability-layer span,
.agent-capability-layer b {
  display: block;
}

.agent-capability-layer span {
  color: #287f88;
  font-size: 11px;
  font-weight: 850;
}

.agent-capability-layer b {
  margin-top: 10px;
  color: #243342;
  font-size: 12px;
  line-height: 1.5;
}

.agent-governance-layer {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: #697684;
  border: 1px solid #697684;
}

.agent-governance-layer span {
  padding: 12px 8px;
  color: #273646;
  background: #dfe6ec;
  font-size: 11px;
  font-weight: 780;
  text-align: center;
}

.agent-system-layer > span {
  background: #287f88;
}

.ops-architecture {
  display: grid;
  gap: 14px;
  padding: 30px;
  background: #edf1f4;
}

.ops-console,
.ops-managed-layer {
  color: #273646;
  background: #ffffff;
  border-color: #d5dde4;
}

.ops-console > span {
  background: #155db7;
}

.ops-console > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #d7e0e7;
}

.ops-console b {
  color: #123a6d;
  background: #edf4ff;
}

.ops-domain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ops-domain-grid > div {
  min-height: 118px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #d5dde4;
  border-top: 3px solid #287f88;
}

.ops-domain-grid span,
.ops-domain-grid strong {
  display: block;
}

.ops-domain-grid span {
  color: #15283b;
  font-size: 16px;
  font-weight: 830;
}

.ops-domain-grid strong {
  margin-top: 14px;
  color: #697580;
  font-size: 12px;
  line-height: 1.6;
}

.ops-managed-layer > span {
  background: #273646;
}

.ops-managed-layer > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #d7e0e7;
}

.ops-managed-layer b {
  color: #ffffff;
  background: #3a4958;
}

.solution-product-section {
  padding-right: 0;
  padding-left: 0;
  color: #ffffff;
  background: #111820 !important;
}

.solution-visual-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1600px;
  margin: 0 auto;
}

.solution-visual-grid a {
  position: relative;
  min-width: 0;
  aspect-ratio: 0.78;
  overflow: hidden;
  background: #26313c;
}

.solution-visual-grid a::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(0deg, rgba(5, 9, 13, 0.84), rgba(5, 9, 13, 0));
  content: "";
}

.solution-visual-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.solution-visual-grid span {
  position: absolute;
  right: 22px;
  bottom: 24px;
  left: 22px;
  z-index: 1;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.solution-visual-grid a:hover img,
.solution-visual-grid a:focus-visible img {
  transform: scale(1.035);
}

.workstation-visual-section {
  padding-top: 54px;
  padding-bottom: 54px;
  background: #f3f5f7 !important;
}

.workstation-visual-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: 72px;
  min-height: 520px;
}

.workstation-visual-layout .product-visual-heading {
  margin: 0;
  text-align: left;
}

.workstation-visual-layout .visual-detail-link {
  margin-right: 0;
  margin-left: 0;
}

.workstation-product-visual {
  display: flex;
  min-height: 480px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.workstation-product-visual img {
  width: min(100%, 680px);
  max-height: 500px;
  object-fit: contain;
}

@media (max-width: 980px) {
  .product-anchor-nav .shell {
    justify-content: flex-start;
  }

  .product-visual-section {
    padding: 84px 0;
  }

  .architecture-layer,
  .agent-solution-layer,
  .agent-system-layer,
  .ops-console,
  .ops-managed-layer {
    grid-template-columns: 122px minmax(0, 1fr);
  }

  .architecture-nodes,
  .layer-honor .architecture-nodes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .agent-solution-layer > div,
  .agent-system-layer > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ops-domain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-visual-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solution-visual-grid a:nth-child(n + 4) {
    aspect-ratio: 1.15;
  }

  .workstation-visual-layout {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
}

@media (max-width: 680px) {
  .specs-hero {
    min-height: 660px;
  }

  .specs-hero-content {
    padding-top: 280px;
  }

  .specs-hero h1 {
    font-size: 40px;
  }

  .product-anchor-nav {
    top: var(--header-height-mobile, var(--header-height));
  }

  .product-anchor-nav a {
    min-height: 52px;
    padding: 0 17px;
    font-size: 12px;
  }

  .product-visual-section {
    padding: 70px 0;
    scroll-margin-top: calc(var(--header-height) + 52px);
  }

  .product-visual-heading {
    margin-bottom: 32px;
    text-align: left;
  }

  .product-visual-heading h2 {
    font-size: 32px;
  }

  .product-visual-heading > span {
    font-size: 14px;
  }

  .architecture-board,
  .ops-architecture {
    margin-right: -4px;
    margin-left: -4px;
    padding: 12px;
  }

  .architecture-layer,
  .agent-solution-layer,
  .agent-system-layer,
  .ops-console,
  .ops-managed-layer {
    grid-template-columns: 1fr;
  }

  .architecture-layer .layer-name,
  .agent-solution-layer > span,
  .agent-system-layer > span,
  .ops-console > span,
  .ops-managed-layer > span {
    min-height: 42px;
    justify-content: center;
    padding: 10px 12px;
    font-size: 12px;
  }

  .architecture-nodes,
  .layer-honor .architecture-nodes,
  .agent-solution-layer > div,
  .agent-system-layer > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .architecture-nodes b,
  .agent-solution-layer b,
  .agent-system-layer b {
    min-height: 48px;
    padding: 10px 6px;
    font-size: 10px;
  }

  .agent-entry-layer,
  .agent-core-layer > div,
  .agent-capability-layer,
  .agent-governance-layer,
  .ops-console > div,
  .ops-domain-grid,
  .ops-managed-layer > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agent-core-layer {
    padding: 22px 14px;
  }

  .agent-core-layer > strong {
    font-size: 16px;
  }

  .agent-capability-layer > div,
  .ops-domain-grid > div {
    min-height: 0;
    padding: 16px 12px;
  }

  .agent-governance-layer span:last-child {
    grid-column: 1 / -1;
  }

  .solution-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-visual-grid a,
  .solution-visual-grid a:nth-child(n + 4) {
    aspect-ratio: 0.88;
  }

  .solution-visual-grid a:last-child {
    grid-column: 1 / -1;
    aspect-ratio: 1.65;
  }

  .solution-visual-grid span {
    right: 16px;
    bottom: 16px;
    left: 16px;
    font-size: 17px;
  }

  .workstation-visual-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .workstation-product-visual {
    min-height: 320px;
  }

  .workstation-product-visual img {
    max-height: 330px;
  }
}

@media print {
  .product-anchor-nav,
  .visual-detail-link {
    display: none !important;
  }

  .product-visual-section {
    break-inside: avoid;
    padding: 42px 0;
  }
}

/* Hardware-first product catalog. */
.product-anchor-nav .product-group-anchor {
  color: #111820;
  font-weight: 850;
}

.product-anchor-divider {
  width: 1px;
  height: 20px;
  margin: auto 8px;
  background: #cfd6dd;
}

.hardware-products-section {
  padding: 104px 0 112px;
  background: #f3f5f7;
  scroll-margin-top: calc(var(--header-height) + 58px);
}

.product-category-heading {
  margin-bottom: 46px;
  text-align: center;
}

.product-category-heading p,
.software-products-intro p {
  margin: 0;
  color: #1f63e9;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.product-category-heading h2,
.software-products-intro h2 {
  margin: 14px 0 0;
  color: #111820;
  font-size: 44px;
  line-height: 1.2;
}

.hardware-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hardware-product-item {
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dce2e8;
  border-radius: 4px;
  scroll-margin-top: calc(var(--header-height) + 74px);
}

.hardware-product-media {
  position: relative;
  display: flex;
  height: 372px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #e9edf1;
  border-bottom: 1px solid #e0e5ea;
}

.hardware-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hardware-product-media-ai img {
  width: 92%;
  height: 92%;
}

.hardware-product-media-laptop {
  background: #eef2f4;
}

.hardware-product-media-laptop img {
  width: 112%;
  max-width: none;
  height: 112%;
}

.hardware-product-copy {
  min-height: 218px;
  padding: 28px 28px 26px;
}

.hardware-product-copy > span {
  display: block;
  color: #1f63e9;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.hardware-product-copy h3 {
  margin: 18px 0 0;
  color: #111820;
  font-size: 24px;
  line-height: 1.35;
}

.hardware-product-copy p {
  min-height: 50px;
  margin: 12px 0 0;
  color: #68737e;
  font-size: 13px;
  line-height: 1.8;
}

.hardware-product-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #155db7;
  font-size: 12px;
  font-weight: 800;
}

.hardware-product-copy a i {
  font-style: normal;
  transition: transform 180ms ease;
}

.hardware-product-copy a:hover i,
.hardware-product-copy a:focus-visible i {
  transform: translateX(4px);
}

.hardware-product-media-desktop {
  background: #e4e9ed;
}

.desktop-workstation-visual {
  position: relative;
  width: 250px;
  height: 320px;
}

.desktop-workstation-tower {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 178px;
  height: 286px;
  background: #252b31;
  border: 1px solid #11161b;
  border-radius: 4px;
  box-shadow: 18px 14px 0 #353c43;
  transform: translateX(-56%) skewY(-1deg);
}

.desktop-workstation-tower::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 52px;
  background: #171c21;
  border-right: 1px solid #424b54;
  content: "";
}

.desktop-workstation-tower::after {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #aeb7bf;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  content: "WORKSTATION";
}

.tower-drive,
.tower-power,
.tower-port,
.tower-vent {
  position: absolute;
  z-index: 1;
  display: block;
}

.tower-drive {
  top: 30px;
  left: 28px;
  width: 32px;
  height: 4px;
  background: #56616b;
}

.tower-power {
  top: 58px;
  left: 39px;
  width: 10px;
  height: 10px;
  background: #6f9be8;
  border: 2px solid #a9c6ff;
  border-radius: 50%;
}

.tower-port {
  left: 36px;
  width: 16px;
  height: 5px;
  background: #477fdc;
  border: 1px solid #93b7f6;
}

.tower-port-one {
  top: 88px;
}

.tower-port-two {
  top: 101px;
}

.tower-vent {
  left: 30px;
  width: 28px;
  height: 74px;
  border: 1px solid #505a63;
}

.tower-vent-one {
  top: 130px;
}

.tower-vent-two {
  top: 214px;
  height: 46px;
}

.desktop-workstation-shadow {
  position: absolute;
  right: 14px;
  bottom: 5px;
  left: 26px;
  height: 12px;
  background: rgba(27, 34, 41, 0.24);
  border-radius: 50%;
  filter: blur(7px);
}

.software-products-intro {
  padding: 76px 0;
  color: #ffffff;
  background: #111820;
  scroll-margin-top: calc(var(--header-height) + 58px);
  text-align: center;
}

.software-products-intro h2 {
  color: #ffffff;
}

.software-products-intro span {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .hardware-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hardware-product-item:last-child {
    grid-column: 1 / -1;
  }

  .hardware-product-item:last-child .hardware-product-media {
    height: 390px;
  }
}

@media (max-width: 680px) {
  .hardware-products-section {
    padding: 70px 0 76px;
    scroll-margin-top: calc(var(--header-height) + 52px);
  }

  .product-category-heading {
    margin-bottom: 32px;
    text-align: left;
  }

  .product-category-heading h2,
  .software-products-intro h2 {
    font-size: 32px;
  }

  .hardware-product-grid {
    grid-template-columns: 1fr;
  }

  .hardware-product-item:last-child {
    grid-column: auto;
  }

  .hardware-product-media,
  .hardware-product-item:last-child .hardware-product-media {
    height: 310px;
  }

  .hardware-product-copy {
    min-height: 0;
    padding: 24px 20px 26px;
  }

  .hardware-product-copy h3 {
    font-size: 21px;
  }

  .hardware-product-copy p {
    min-height: 0;
  }

  .desktop-workstation-visual {
    transform: scale(0.88);
  }

  .software-products-intro {
    padding: 62px 0;
    scroll-margin-top: calc(var(--header-height) + 52px);
    text-align: left;
  }

  .software-products-intro span {
    font-size: 14px;
  }
}

@media print {
  .hardware-products-section,
  .software-products-intro {
    break-inside: avoid;
  }
}

/* Technology page: operations, Infra proof, then Agent capabilities. */
.technology-page {
  background: #ffffff;
}

.technology-page .desktop-nav > a[aria-current="page"] {
  color: var(--ink);
}

.technology-page .desktop-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.technology-hero .subpage-hero-content > p:nth-of-type(2) {
  font-weight: 720;
}

.technology-anchor-nav .shell {
  gap: 0;
}

.technology-anchor-nav a {
  min-width: 180px;
  justify-content: center;
}

.technology-anchor-nav a span {
  margin-right: 8px;
  color: #1f63e9;
  font-size: 10px;
  font-weight: 850;
}

.technology-advantage-section {
  padding: 104px 0 112px;
  scroll-margin-top: calc(var(--header-height) + 58px);
}

.ops-advantage-section,
.agent-advantage-section {
  background: #ffffff;
}

.infra-advantage-section {
  color: #ffffff;
  background: #151b22;
}

.technology-section-heading {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}

.technology-section-heading p {
  margin: 0;
  color: #1f63e9;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.technology-section-heading h2 {
  margin: 14px 0 0;
  color: #111820;
  font-size: 44px;
  line-height: 1.2;
}

.technology-section-heading > span {
  display: block;
  margin-top: 14px;
  color: #68737e;
  font-size: 16px;
  line-height: 1.7;
}

.technology-section-heading-light h2 {
  color: #ffffff;
}

.technology-section-heading-light > span {
  color: rgba(255, 255, 255, 0.68);
}

.technology-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.technology-value-grid article {
  min-height: 158px;
  padding: 24px 22px;
  background: #f3f6f8;
  border-top: 3px solid #287f88;
}

.technology-value-grid span,
.technology-value-grid strong {
  display: block;
}

.technology-value-grid span {
  color: #287f88;
  font-size: 11px;
  font-weight: 850;
}

.technology-value-grid strong {
  margin-top: 18px;
  color: #1e2f40;
  font-size: 15px;
  line-height: 1.7;
}

.technology-ops-architecture,
.technology-agent-architecture {
  max-width: 1180px;
}

.technology-detail-link {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  margin: 26px auto 0;
  color: #155db7;
  font-size: 13px;
  font-weight: 800;
}

.technology-detail-link i {
  font-style: normal;
  transition: transform 180ms ease;
}

.technology-detail-link:hover i,
.technology-detail-link:focus-visible i {
  transform: translateX(4px);
}

.technology-detail-link-light {
  color: #a9c6ff;
}

.technology-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.technology-chart-card {
  min-height: 340px;
  padding: 30px 28px;
  border-radius: 4px;
}

.technology-chart-card-wide {
  grid-column: 1 / -1;
}

.technology-chart-card .chart-card-head h3 {
  font-size: 22px;
}

.technology-chart-card .bar-chart {
  margin-top: 34px;
}

.technology-chart-card .bar-track i {
  background: #4f86de;
}

.technology-chart-card .bar-row.is-highlight .bar-track i {
  background: #155db7;
}

.memory-chart .bar-track i,
.memory-chart .bar-row.is-highlight .bar-track i {
  background: #287f88;
}

.technology-data-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
}

.technology-table-section {
  margin-top: 72px;
  scroll-margin-top: calc(var(--header-height) + 58px);
}

.technology-table-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 24px;
}

.technology-table-heading > div > p {
  margin: 0;
  color: #7da9ff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.technology-table-heading h3 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.25;
}

.technology-table-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.technology-benchmark-panel {
  margin-top: 0;
}

.technology-benchmark-panel .benchmark-table-toolbar {
  border-color: #d5dde4;
}

.technology-benchmark-table {
  min-width: 780px;
}

.technology-benchmark-table thead th:nth-child(1) { width: 210px; }
.technology-benchmark-table thead th:nth-child(2) { width: 150px; }
.technology-benchmark-table thead th:nth-child(3) { width: 230px; }
.technology-benchmark-table thead th:nth-child(4) { width: 150px; }
.technology-benchmark-table thead th:nth-child(5) { width: auto; }

.technology-benchmark-table th,
.technology-benchmark-table td {
  padding: 17px 16px;
  line-height: 1.55;
}

.technology-hardware-details {
  margin-top: 42px;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  scroll-margin-top: calc(var(--header-height) + 58px);
}

.technology-hardware-details summary {
  position: relative;
  padding: 22px 44px 22px 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}

.technology-hardware-details summary::-webkit-details-marker {
  display: none;
}

.technology-hardware-details summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  color: #8ab2ff;
  font-size: 20px;
  content: "+";
  transform: translateY(-50%);
}

.technology-hardware-details[open] summary::after {
  content: "−";
}

.technology-hardware-table-wrap {
  padding-bottom: 24px;
  overflow-x: auto;
}

.technology-hardware-table {
  width: 100%;
  min-width: 760px;
  color: #253647;
  background: #ffffff;
  border-collapse: collapse;
}

.technology-hardware-table th,
.technology-hardware-table td {
  padding: 18px 16px;
  border-right: 1px solid #d9e0e6;
  border-bottom: 1px solid #d9e0e6;
  font-size: 12px;
  line-height: 1.55;
  text-align: left;
}

.technology-hardware-table th:last-child,
.technology-hardware-table td:last-child {
  border-right: 0;
}

.technology-hardware-table tbody tr:last-child th,
.technology-hardware-table tbody tr:last-child td {
  border-bottom: 0;
}

.technology-hardware-table thead th {
  color: #ffffff;
  background: #2458a6;
}

.technology-hardware-table tbody th {
  color: #123a6d;
  background: #edf4ff;
}

.agent-advantage-section {
  background: #f3f5f7;
}

@media (max-width: 980px) {
  .technology-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-chart-grid {
    grid-template-columns: 1fr;
  }

  .technology-chart-card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .technology-anchor-nav a {
    min-width: 128px;
  }

  .technology-advantage-section {
    padding: 70px 0 76px;
    scroll-margin-top: calc(var(--header-height) + 52px);
  }

  .technology-section-heading {
    margin-bottom: 32px;
    text-align: left;
  }

  .technology-section-heading h2 {
    font-size: 32px;
  }

  .technology-section-heading > span {
    font-size: 14px;
  }

  .technology-value-grid {
    grid-template-columns: 1fr;
  }

  .technology-value-grid article {
    min-height: 0;
  }

  .technology-chart-card {
    padding: 24px 18px;
  }

  .technology-table-section {
    margin-top: 56px;
  }

  .technology-table-heading {
    display: block;
  }

  .technology-table-heading h3 {
    font-size: 26px;
  }

  .technology-table-heading > p {
    margin-top: 12px;
  }

  .technology-benchmark-table {
    min-width: 760px;
  }

  .technology-hardware-details {
    margin-top: 32px;
  }
}

@media print {
  .technology-anchor-nav,
  .technology-detail-link,
  .technology-page .page-cta {
    display: none !important;
  }

  .technology-advantage-section {
    break-inside: avoid;
    padding: 42px 0;
  }
}

/* Product overview presentation. The legacy class name is retained for markup compatibility. */
.qingyun-product-page {
  --business-accent: #000000;
  --business-ink: #191919;
  --business-muted: #666666;
  --business-line: #dedede;
  --business-surface: #f5f5f5;
  color: var(--business-ink);
  background: #ffffff;
}

.qingyun-product-page .specs-hero {
  min-height: 640px;
  background: #f2f3f4;
}

.qingyun-product-page .specs-hero-shade {
  width: 68%;
  background: linear-gradient(90deg, rgba(244, 245, 246, 0.99) 0%, rgba(244, 245, 246, 0.94) 58%, rgba(244, 245, 246, 0) 100%);
}

.qingyun-product-page .specs-hero h1 {
  max-width: 640px;
  margin-top: 20px;
  color: #101010;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.12;
}

.qingyun-product-page .specs-hero-lead {
  margin-top: 22px;
  color: #4f4f4f;
  font-size: 19px;
  font-weight: 500;
}

.qingyun-product-page .specs-hero .eyebrow,
.qingyun-product-page .product-category-heading p,
.qingyun-product-page .software-products-intro p,
.qingyun-product-page .product-visual-heading p,
.qingyun-product-page .hardware-product-copy > span {
  color: var(--business-accent);
  letter-spacing: 0;
}

.qingyun-product-page .button-primary {
  color: #ffffff;
  background: #242424;
  border-color: #242424;
}

.qingyun-product-page .button-primary:hover,
.qingyun-product-page .button-primary:focus-visible {
  background: var(--business-accent);
  border-color: var(--business-accent);
}

.qingyun-product-page .product-anchor-nav {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: #e5e5e5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.qingyun-product-page .product-anchor-nav a {
  color: #4c4c4c;
  font-weight: 600;
}

.qingyun-product-page .product-anchor-nav .product-group-anchor {
  color: #161616;
  font-weight: 800;
}

.qingyun-product-page .product-anchor-nav a:hover,
.qingyun-product-page .product-anchor-nav a:focus-visible {
  color: var(--business-accent);
  border-bottom-color: var(--business-accent);
}

.qingyun-product-page .hardware-products-section {
  padding-top: 112px;
  padding-bottom: 120px;
  background: var(--business-surface);
}

.qingyun-product-page .product-category-heading,
.qingyun-product-page .product-visual-heading {
  margin-bottom: 52px;
}

.qingyun-product-page .product-category-heading h2,
.qingyun-product-page .software-products-intro h2,
.qingyun-product-page .product-visual-heading h2 {
  color: var(--business-ink);
  font-size: 42px;
  font-weight: 650;
}

.qingyun-product-page .hardware-product-grid {
  gap: 22px;
}

.qingyun-product-page .hardware-product-item {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.055);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.qingyun-product-page .hardware-product-item:hover {
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}

.qingyun-product-page .hardware-product-media {
  height: 390px;
  background: #f8f8f8;
  border-bottom: 0;
}

.qingyun-product-page .hardware-product-media img {
  transition: transform 260ms ease;
}

.qingyun-product-page .hardware-product-item:hover .hardware-product-media img {
  transform: scale(1.025);
}

.qingyun-product-page .hardware-product-copy {
  min-height: 224px;
  padding: 30px 30px 32px;
  text-align: center;
}

.qingyun-product-page .hardware-product-copy h3 {
  margin-top: 16px;
  color: #181818;
  font-size: 24px;
  font-weight: 650;
}

.qingyun-product-page .hardware-product-copy p {
  color: #6a6a6a;
}

.qingyun-product-page .hardware-product-copy a {
  color: #1e1e1e;
}

.qingyun-product-page .hardware-product-copy a i {
  color: var(--business-accent);
}

.qingyun-product-page .software-products-intro {
  padding: 94px 0 84px;
  color: var(--business-ink);
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.qingyun-product-page .software-products-intro .shell::before {
  display: block;
  width: 36px;
  height: 3px;
  margin: 0 auto 24px;
  background: var(--business-accent);
  content: "";
}

.qingyun-product-page .software-products-intro span {
  color: #666666;
}

.qingyun-product-page .product-visual-section {
  padding-top: 112px;
  padding-bottom: 116px;
  color: var(--business-ink);
  background: #ffffff;
}

.qingyun-product-page #agent,
.qingyun-product-page #vertical {
  color: var(--business-ink);
  background: var(--business-surface) !important;
}

.qingyun-product-page #ops-platform {
  background: #ffffff;
}

.qingyun-product-page .product-visual-heading > span,
.qingyun-product-page #agent .product-visual-heading > span,
.qingyun-product-page #vertical .product-visual-heading > span {
  color: var(--business-muted);
}

.qingyun-product-page #agent .product-visual-heading h2,
.qingyun-product-page #vertical .product-visual-heading h2 {
  color: var(--business-ink);
}

.qingyun-product-page .product-visual-heading::before {
  display: block;
  width: 34px;
  height: 3px;
  margin: 0 auto 22px;
  background: var(--business-accent);
  content: "";
}

.qingyun-product-page .architecture-board {
  border: 1px solid #e2e2e2;
  border-radius: 0;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}

.qingyun-product-page .infra-architecture {
  gap: 12px;
  padding: 28px;
  background: #ffffff;
}

.qingyun-product-page .infra-architecture-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 18px 24px;
  color: #ffffff;
  background: #222222;
  border-left: 4px solid var(--business-accent);
}

.qingyun-product-page .infra-architecture-top span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 750;
}

.qingyun-product-page .infra-architecture-top strong {
  font-size: 17px;
  font-weight: 650;
}

.qingyun-product-page .architecture-layer {
  min-height: 74px;
  background: #ffffff;
  border-color: #e1e1e1;
}

.qingyun-product-page .architecture-layer .layer-name {
  color: #252525;
  background: #eeeeee;
  border-right: 1px solid #dddddd;
  font-weight: 700;
}

.qingyun-product-page .architecture-nodes {
  background: #e1e1e1;
}

.qingyun-product-page .architecture-nodes b,
.qingyun-product-page .layer-models .architecture-nodes b,
.qingyun-product-page .layer-service .architecture-nodes b {
  color: #383838;
  background: #fafafa;
  font-weight: 600;
}

.qingyun-product-page .layer-models .layer-name {
  color: #ffffff;
  background: #3a3a3a;
}

.qingyun-product-page .layer-models .architecture-nodes b {
  color: #222222;
  background: #f1f1f1;
}

.qingyun-product-page .layer-honor {
  border-color: #000000;
  box-shadow: none;
}

.qingyun-product-page .layer-honor .layer-name {
  color: #ffffff;
  background: var(--business-accent);
}

.qingyun-product-page .layer-honor .architecture-nodes {
  background: #d7d7d7;
}

.qingyun-product-page .layer-honor .architecture-nodes b {
  color: #222222;
  background: #f5f5f5;
}

.qingyun-product-page .layer-engines .layer-name {
  color: #272727;
  background: #dedede;
}

.qingyun-product-page .layer-chips .layer-name {
  color: #ffffff;
  background: #202020;
}

.qingyun-product-page .layer-chips .architecture-nodes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #484848;
}

.qingyun-product-page .layer-chips .architecture-nodes b {
  color: #ffffff;
  background: #333333;
}

.qingyun-product-page .visual-detail-link,
.qingyun-product-page .visual-detail-link-light {
  color: #242424;
}

.qingyun-product-page .visual-detail-link i {
  color: var(--business-accent);
}

.qingyun-product-page .agent-architecture {
  background: #ffffff;
  border-color: #dedede;
}

.qingyun-product-page .agent-solution-layer,
.qingyun-product-page .agent-system-layer {
  background: #f7f7f7;
  border-color: #dddddd;
}

.qingyun-product-page .agent-solution-layer > span {
  background: var(--business-accent);
}

.qingyun-product-page .agent-solution-layer > div,
.qingyun-product-page .agent-system-layer > div {
  background: #dddddd;
}

.qingyun-product-page .agent-solution-layer b,
.qingyun-product-page .agent-system-layer b {
  color: #333333;
  background: #f7f7f7;
}

.qingyun-product-page .agent-entry-layer b {
  color: #333333;
  background: #ffffff;
  border-color: #d7d7d7;
}

.qingyun-product-page .agent-core-layer {
  color: #ffffff;
  background: #292929;
  border: 0;
  border-left: 4px solid var(--business-accent);
}

.qingyun-product-page .agent-core-layer > span {
  color: rgba(255, 255, 255, 0.66);
}

.qingyun-product-page .agent-core-layer b {
  background: rgba(255, 255, 255, 0.08);
}

.qingyun-product-page .agent-capability-layer > div {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-top: 3px solid var(--business-accent);
}

.qingyun-product-page .agent-capability-layer span {
  color: var(--business-accent);
}

.qingyun-product-page .agent-governance-layer {
  background: #d6d6d6;
  border-color: #d6d6d6;
}

.qingyun-product-page .agent-governance-layer span {
  color: #333333;
  background: #eeeeee;
}

.qingyun-product-page .agent-system-layer > span {
  background: #3a3a3a;
}

.qingyun-product-page .ops-architecture {
  background: #ffffff;
}

.qingyun-product-page .ops-console > span {
  background: var(--business-accent);
}

.qingyun-product-page .ops-console b {
  color: #333333;
  background: #f6f6f6;
}

.qingyun-product-page .ops-domain-grid > div {
  background: #fafafa;
  border-color: #dedede;
  border-top-color: var(--business-accent);
}

.qingyun-product-page .ops-domain-grid span {
  color: #222222;
}

.qingyun-product-page .ops-managed-layer > span {
  background: #333333;
}

.qingyun-product-page .ops-managed-layer b {
  color: #333333;
  background: #f0f0f0;
}

.qingyun-product-page .solution-product-section {
  background: var(--business-surface) !important;
}

.qingyun-product-page .solution-visual-grid {
  gap: 2px;
  max-width: 1480px;
  padding: 0 24px;
}

.qingyun-product-page .solution-visual-grid span {
  font-weight: 650;
}

.qingyun-product-page .specs-contact {
  background: #262626;
}

.qingyun-product-page .specs-contact .section-index {
  color: rgba(255, 255, 255, 0.64);
}

@media (max-width: 980px) {
  .qingyun-product-page .specs-hero h1 {
    font-size: 54px;
  }

  .qingyun-product-page .infra-architecture-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 680px) {
  .qingyun-product-page .specs-hero {
    min-height: 660px;
  }

  .qingyun-product-page .specs-hero h1 {
    font-size: 40px;
  }

  .qingyun-product-page .product-category-heading,
  .qingyun-product-page .product-visual-heading {
    margin-bottom: 34px;
  }

  .qingyun-product-page .product-category-heading h2,
  .qingyun-product-page .software-products-intro h2,
  .qingyun-product-page .product-visual-heading h2 {
    font-size: 32px;
  }

  .qingyun-product-page .software-products-intro .shell::before,
  .qingyun-product-page .product-visual-heading::before {
    margin-right: 0;
    margin-left: 0;
  }

  .qingyun-product-page .hardware-product-media,
  .qingyun-product-page .hardware-product-item:last-child .hardware-product-media {
    height: 320px;
  }

  .qingyun-product-page .hardware-product-copy {
    min-height: 0;
    text-align: left;
  }

  .qingyun-product-page .infra-architecture {
    padding: 12px;
  }

  .qingyun-product-page .infra-architecture-top {
    min-height: 0;
    padding: 16px;
  }

  .qingyun-product-page .infra-architecture-top strong {
    font-size: 15px;
  }

  .qingyun-product-page .solution-visual-grid {
    padding: 0 16px;
  }
}

/* HONOR visual language for product and technology surfaces loaded after styles.css. */
.qingyun-product-page .button-primary:hover,
.qingyun-product-page .button-primary:focus-visible {
  background: #333333;
  border-color: #333333;
}

.qingyun-product-page .hardware-products-section,
.qingyun-product-page #agent,
.qingyun-product-page #vertical,
.qingyun-product-page .solution-product-section {
  background: #f5f5f5 !important;
}

.qingyun-product-page .hardware-product-item,
.qingyun-product-page .architecture-board,
.qingyun-product-page .agent-architecture,
.qingyun-product-page .ops-architecture {
  border-radius: 8px;
}

.qingyun-product-page .hardware-product-item {
  border: 1px solid #e2e2e2;
  box-shadow: none;
}

.qingyun-product-page .hardware-product-item:hover {
  border-color: #bdbdbd;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

.qingyun-product-page .hardware-product-media {
  background: #f5f5f5;
}

.qingyun-product-page .product-anchor-nav a:hover,
.qingyun-product-page .product-anchor-nav a:focus-visible {
  color: #000000;
  border-bottom-color: #000000;
}

.qingyun-product-page .software-products-intro .shell::before,
.qingyun-product-page .product-visual-heading::before {
  width: 40px;
  height: 2px;
  background: #000000;
}

.qingyun-product-page .architecture-board {
  overflow: hidden;
  border-color: #dddddd;
  box-shadow: none;
}

.qingyun-product-page .infra-architecture-top {
  background: #000000;
  border-left: 0;
}

.qingyun-product-page .architecture-layer,
.qingyun-product-page .agent-solution-layer,
.qingyun-product-page .agent-system-layer,
.qingyun-product-page .agent-entry-layer,
.qingyun-product-page .ops-console,
.qingyun-product-page .ops-managed-layer {
  border-color: #dddddd;
}

.qingyun-product-page .layer-honor .layer-name,
.qingyun-product-page .agent-solution-layer > span,
.qingyun-product-page .ops-console > span {
  color: #ffffff;
  background: #000000;
}

.qingyun-product-page .agent-capability-layer > div,
.qingyun-product-page .ops-domain-grid > div {
  border-top-color: #000000;
}

.qingyun-product-page .agent-capability-layer span,
.qingyun-product-page .visual-detail-link i {
  color: #000000;
}

.qingyun-product-page .specs-contact {
  background: #000000;
}

.technology-page .technology-anchor-nav a span,
.technology-page .technology-section-heading p,
.technology-page .product-visual-heading p,
.technology-page .technology-table-heading > div > p {
  color: #000000;
}

.technology-page .infra-advantage-section .technology-section-heading p,
.technology-page .infra-advantage-section .technology-table-heading > div > p {
  color: rgba(255, 255, 255, 0.68);
}

.technology-page .technology-chart-card {
  border-radius: 8px;
}

.technology-page .technology-chart-card .bar-track i {
  background: #777777;
}

.technology-page .technology-chart-card .bar-row.is-highlight .bar-track i {
  background: #00b2e6;
}

.technology-page .memory-chart .bar-track i {
  background: #999999;
}

.technology-page .memory-chart .bar-row.is-highlight .bar-track i {
  background: #ffffff;
}

.benchmark-table-toolbar {
  align-items: end;
  gap: 16px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-bottom: 0;
}

.benchmark-table-toolbar label {
  color: #333333;
  font-weight: 500;
}

.benchmark-table-toolbar select {
  min-height: 44px;
  padding: 0 42px 0 14px;
  color: #111111;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 13px;
}

.benchmark-table-toolbar select:hover {
  border-color: #cccccc;
}

.benchmark-table-toolbar select:focus-visible {
  background-color: #ffffff;
  border-color: #000000;
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.benchmark-table-wrap {
  border-color: #dddddd;
  border-radius: 0 0 8px 8px;
}

.benchmark-table thead th {
  color: #ffffff;
  background: #000000;
  border-color: #333333;
}

.benchmark-table tbody th {
  color: #111111;
  background: #f5f5f5;
}

.benchmark-table tbody td,
.benchmark-table tbody td strong {
  color: #333333;
  background: #ffffff;
}

.benchmark-table tbody td strong {
  color: #000000;
}

@media (max-width: 680px) {
  .benchmark-table-toolbar {
    align-items: stretch;
    padding: 16px;
  }

  .benchmark-table-toolbar select {
    width: 100%;
  }
}

/* AMD 395 runtime-version benchmark showdown. */
.benchmark-showdown {
  overflow: hidden;
  margin-top: 8px;
  color: #ffffff;
  background: #080b0f;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.showdown-commandbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 18px 24px;
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.showdown-commandbar > div:first-child {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.showdown-commandbar > div:first-child > span {
  color: #00d4ff;
  font-size: 10px;
  font-weight: 700;
}

.showdown-commandbar > div:first-child > strong {
  font-size: 23px;
  font-weight: 600;
}

.showdown-commandbar i {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-style: normal;
}

.showdown-legend {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 600;
}

.showdown-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.showdown-legend span::before {
  width: 9px;
  height: 9px;
  background: #717b86;
  border-radius: 50%;
  content: "";
}

.showdown-legend .is-amd::before,
.showdown-legend .is-latest::before {
  background: #00d4ff;
  box-shadow: 0 0 14px rgba(0, 212, 255, 0.72);
}

.showdown-leadership {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  min-height: 150px;
  padding: 30px 36px;
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.leadership-copy > span {
  color: #00d4ff;
  font-size: 10px;
  font-weight: 700;
}

.leadership-copy > strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.leadership-copy > p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.7;
}

.leadership-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.leadership-proof > div {
  min-width: 0;
  padding: 22px 24px;
}

.leadership-proof > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.leadership-proof strong,
.leadership-proof span {
  display: block;
}

.leadership-proof strong {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.leadership-proof span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  line-height: 1.5;
}

.benchmark-support-card {
  display: grid;
  grid-template-columns: minmax(300px, 1.55fr) repeat(2, minmax(140px, 0.48fr)) minmax(180px, 0.66fr);
  background: #0e1319;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.support-card-title,
.support-metric,
.support-gap {
  min-width: 0;
  padding: 28px 26px;
}

.support-card-title > span,
.support-metric > span,
.support-gap > span {
  color: #00d4ff;
  font-size: 9px;
  font-weight: 700;
}

.support-card-title h3 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
}

.support-card-title p {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.75;
}

.support-metric,
.support-gap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.support-metric strong {
  margin-top: 7px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.support-metric small,
.support-gap small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
}

.support-gap {
  background: #121a20;
  border-left-color: #00d4ff;
}

.support-gap strong {
  margin-top: 8px;
  color: #f0f0f0;
  font-size: 22px;
  font-weight: 600;
}

.benchmark-model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.benchmark-model-card {
  min-width: 0;
  padding: 28px;
  background: #0b0f14;
}

.benchmark-model-card > header {
  min-height: 128px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.benchmark-model-card > header > span {
  color: #00d4ff;
  font-size: 9px;
  font-weight: 700;
}

.benchmark-model-card > header h3 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.benchmark-model-card > header p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.7;
}

.comparison-metric {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 122px;
  gap: 20px;
  align-items: stretch;
  min-height: 190px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-metric:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.metric-bars {
  display: grid;
  align-content: center;
  gap: 13px;
  min-width: 0;
}

.metric-name {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.metric-name span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
}

.metric-name small {
  color: rgba(255, 255, 255, 0.36);
  font-size: 9px;
}

.platform-bar {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 70px;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.platform-bar > span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 600;
}

.platform-bar > div {
  position: relative;
  height: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
}

.platform-bar i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  background: #717b86;
  border-radius: inherit;
  transform-origin: left center;
  animation: benchmark-bar-in 720ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.platform-bar.is-amd i,
.platform-bar.is-latest i {
  background: #00d4ff;
  box-shadow: 0 0 16px rgba(0, 212, 255, 0.68);
}

.platform-bar > strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.platform-bar.is-intel > strong {
  color: rgba(255, 255, 255, 0.62);
}

.platform-bar.is-empty > div {
  border: 1px dashed rgba(255, 255, 255, 0.24);
}

.platform-bar.is-empty i {
  display: none;
}

.performance-delta {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  background: #10171d;
  border-left: 2px solid #8df5a5;
  border-radius: 4px;
}

.performance-delta > span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 700;
}

.performance-delta > strong {
  margin-top: 8px;
  color: #8df5a5;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.performance-delta.is-hero > strong {
  font-size: 29px;
}

.performance-delta > small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 9px;
}

.performance-delta.is-negative {
  background: #1b1510;
  border-left-color: #ffb85c;
}

.performance-delta.is-negative > strong {
  color: #ffb85c;
}

.performance-delta.is-unavailable {
  background: #14171a;
  border-left-color: #717b86;
}

.performance-delta.is-unavailable > strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.benchmark-formula-note,
.technology-showdown + .technology-data-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
}

.benchmark-page-section .benchmark-formula-note {
  color: #666666;
}

.benchmark-comparison-table {
  min-width: 1180px;
}

.benchmark-model-grid.infra-comparison-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.infra-comparison-grid .comparison-metric {
  grid-template-columns: 1fr;
  gap: 16px;
  min-height: 0;
}

.infra-comparison-grid .performance-delta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 64px;
  padding: 13px 16px;
}

.infra-comparison-grid .performance-delta > strong,
.infra-comparison-grid .performance-delta.is-hero > strong {
  margin: 0;
  font-size: 25px;
}

.infra-comparison-grid .performance-delta > small {
  margin: 0;
  text-align: right;
}

.infra-version-table {
  min-width: 1360px;
}

.technology-benchmark-table.infra-version-table thead th:nth-child(1) { width: 190px; }
.technology-benchmark-table.infra-version-table thead th:nth-child(2) { width: 125px; }
.technology-benchmark-table.infra-version-table thead th:nth-child(3),
.technology-benchmark-table.infra-version-table thead th:nth-child(4),
.technology-benchmark-table.infra-version-table thead th:nth-child(6),
.technology-benchmark-table.infra-version-table thead th:nth-child(7) { width: 145px; }
.technology-benchmark-table.infra-version-table thead th:nth-child(5),
.technology-benchmark-table.infra-version-table thead th:nth-child(8) { width: 120px; }

.infra-matrix-table {
  min-width: 1120px;
}

.technology-benchmark-table.infra-matrix-table thead th:first-child { width: 210px; }
.technology-benchmark-table.infra-matrix-table thead th:nth-child(2),
.technology-benchmark-table.infra-matrix-table thead th:nth-child(3),
.technology-benchmark-table.infra-matrix-table thead th:nth-child(5),
.technology-benchmark-table.infra-matrix-table thead th:nth-child(6) { width: 150px; }
.technology-benchmark-table.infra-matrix-table thead th:nth-child(4),
.technology-benchmark-table.infra-matrix-table thead th:nth-child(7) { width: 130px; }

.technology-benchmark-table.benchmark-comparison-table thead th:nth-child(1) { width: 190px; }
.technology-benchmark-table.benchmark-comparison-table thead th:nth-child(2) { width: 120px; }
.technology-benchmark-table.benchmark-comparison-table thead th:nth-child(3) { width: 150px; }
.technology-benchmark-table.benchmark-comparison-table thead th:nth-child(4) { width: 210px; }
.technology-benchmark-table.benchmark-comparison-table thead th:nth-child(5) { width: 150px; }
.technology-benchmark-table.benchmark-comparison-table thead th:nth-child(6) { width: 220px; }
.technology-benchmark-table.benchmark-comparison-table thead th:nth-child(7) { width: 120px; }

.benchmark-comparison-table tbody th[rowspan] {
  vertical-align: top;
}

.table-delta {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #0b5f26;
  background: #e9f9ee;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.table-delta.is-negative {
  color: #8a4d00;
  background: #fff3df;
}

.table-delta.is-support {
  color: #005b73;
  background: #e4f9ff;
}

@keyframes benchmark-bar-in {
  from {
    opacity: 0.2;
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@media (max-width: 1100px) {
  .benchmark-support-card {
    grid-template-columns: minmax(300px, 1.4fr) repeat(2, minmax(128px, 0.5fr));
  }

  .support-gap {
    grid-column: 1 / -1;
    min-height: 92px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .benchmark-model-grid {
    grid-template-columns: 1fr;
  }

  .benchmark-model-grid.infra-comparison-grid {
    grid-template-columns: 1fr;
  }

  .benchmark-model-card > header {
    min-height: 0;
  }
}

@media (max-width: 750px) {
  .showdown-leadership {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    padding: 24px 20px;
  }
}

@media (max-width: 680px) {
  .showdown-leadership {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    padding: 24px 18px;
  }

  .leadership-copy > strong {
    font-size: 27px;
  }

  .leadership-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .leadership-proof > div {
    padding: 18px 14px;
  }

  .leadership-proof strong {
    font-size: 25px;
  }

  .showdown-commandbar {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: 20px 18px;
  }

  .showdown-commandbar > div:first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .showdown-commandbar > div:first-child > strong {
    font-size: 20px;
  }

  .benchmark-support-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-card-title,
  .support-gap {
    grid-column: 1 / -1;
  }

  .support-card-title,
  .support-metric,
  .support-gap {
    padding: 22px 18px;
  }

  .support-card-title h3 {
    font-size: 23px;
  }

  .support-metric {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .support-metric:nth-child(2) {
    border-left: 0;
  }

  .support-metric strong {
    font-size: 25px;
  }

  .benchmark-model-card {
    padding: 24px 18px;
  }

  .benchmark-model-card > header h3 {
    font-size: 21px;
  }

  .comparison-metric {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
  }

  .platform-bar {
    grid-template-columns: 54px minmax(0, 1fr) 62px;
    gap: 8px;
  }

  .performance-delta {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    justify-content: stretch;
    min-height: 64px;
    padding: 13px 16px;
  }

  .performance-delta > strong,
  .performance-delta.is-hero > strong {
    margin: 0;
    font-size: 25px;
  }

  .performance-delta > small {
    margin: 0;
    text-align: right;
  }
}

/* Single-platform AMD 395 model throughput display. */
.showdown-method {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.6;
  text-align: right;
}

.model-speed-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.model-speed-card {
  position: relative;
  min-width: 0;
  padding: 28px 26px 30px;
  background: #0b0f14;
}

.model-speed-card.is-highlight::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: #00d4ff;
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.62);
  content: "";
}

.model-speed-card > header {
  min-height: 92px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.model-speed-card > header span {
  color: #00d4ff;
  font-size: 9px;
  font-weight: 700;
}

.model-speed-card > header h3 {
  overflow-wrap: anywhere;
  margin: 10px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.model-speed-metrics {
  display: grid;
}

.model-speed-metric {
  min-width: 0;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.model-speed-metric:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.model-speed-metric > span {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 700;
}

.model-speed-metric > strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.model-speed-metric > small {
  display: block;
  min-height: 32px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  line-height: 1.55;
}

.model-speed-metric > div {
  position: relative;
  height: 8px;
  overflow: hidden;
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
}

.model-speed-metric > div i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  background: #00d4ff;
  border-radius: inherit;
  box-shadow: 0 0 14px rgba(0, 212, 255, 0.58);
  transform-origin: left center;
  animation: benchmark-bar-in 720ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.model-speed-metric.is-decode > div i {
  background: #8df5a5;
  box-shadow: 0 0 14px rgba(141, 245, 165, 0.5);
}

@media (max-width: 980px) {
  .model-speed-grid {
    grid-template-columns: 1fr;
  }

  .model-speed-card {
    display: grid;
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
    gap: 28px;
    align-items: center;
  }

  .model-speed-card > header {
    min-height: 0;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0;
  }

  .model-speed-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .model-speed-metric,
  .model-speed-metric:last-child {
    padding: 0;
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .showdown-method {
    text-align: left;
  }

  .model-speed-card {
    display: block;
    padding: 24px 18px;
  }

  .model-speed-card > header {
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .model-speed-metrics {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .model-speed-metric,
  .model-speed-metric:last-child {
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .model-speed-metric:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .model-speed-metric > strong {
    font-size: 32px;
  }
}

/* Infra core technology and supported model catalog. */
.infra-core-capabilities,
.infra-model-catalog {
  margin-bottom: 84px;
}

.infra-subheading {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 32px;
}

.infra-subheading > div > p {
  margin: 0;
  color: #00d4ff;
  font-size: 10px;
  font-weight: 700;
}

.infra-subheading h3 {
  margin: 11px 0 0;
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.25;
}

.infra-subheading > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.85;
}

.infra-acceleration-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr) 28px) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  background: #070a0e;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.infra-acceleration-flow > div {
  display: flex;
  min-width: 0;
  min-height: 148px;
  justify-content: center;
  flex-direction: column;
  padding: 24px 20px;
  background: #0c1117;
}

.infra-acceleration-flow > div span {
  color: #00d4ff;
  font-size: 9px;
  font-weight: 700;
}

.infra-acceleration-flow > div strong {
  margin-top: 12px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}

.infra-acceleration-flow > div small {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 9px;
  line-height: 1.55;
}

.infra-acceleration-flow > i {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.34);
  background: #070a0e;
  font-size: 15px;
  font-style: normal;
}

.infra-technology-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.infra-technology-grid article {
  position: relative;
  min-height: 250px;
  padding: 28px 26px;
  background: #10151b;
}

.infra-technology-grid article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: transparent;
  content: "";
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.infra-technology-grid article:hover::before {
  background: #00d4ff;
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.56);
}

.infra-technology-grid article > span {
  color: #00d4ff;
  font-size: 9px;
  font-weight: 700;
}

.infra-technology-grid h4 {
  margin: 16px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.infra-technology-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.8;
}

.infra-technology-grid article > small {
  display: block;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  line-height: 1.6;
}

.model-family-accordion {
  overflow: hidden;
  color: #111111;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
}

.model-family {
  background: #ffffff;
  border-bottom: 1px solid #dedede;
}

.model-family:last-child {
  border-bottom: 0;
}

.model-family summary {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) minmax(150px, 220px) 28px;
  gap: 18px;
  align-items: center;
  min-height: 96px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  transition: background-color 180ms ease;
}

.model-family summary::-webkit-details-marker {
  display: none;
}

.model-family summary:hover,
.model-family summary:focus-visible,
.model-family[open] summary {
  background: #f5f5f5;
}

.model-family summary:focus-visible {
  outline: 2px solid #000000;
  outline-offset: -3px;
}

.model-family summary > span {
  color: #777777;
  font-size: 11px;
  font-weight: 600;
}

.model-family summary > div {
  min-width: 0;
}

.model-family summary strong {
  display: block;
  color: #000000;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.model-family summary small {
  display: block;
  margin-top: 7px;
  color: #777777;
  font-size: 11px;
  line-height: 1.5;
}

.model-family summary > b {
  justify-self: end;
  color: #555555;
  font-size: 10px;
  font-weight: 600;
  text-align: right;
}

.model-family summary > i {
  position: relative;
  width: 24px;
  height: 24px;
}

.model-family summary > i::before,
.model-family summary > i::after {
  position: absolute;
  top: 11px;
  left: 5px;
  width: 14px;
  height: 1.5px;
  background: #000000;
  content: "";
  transition: transform 180ms ease;
}

.model-family summary > i::after {
  transform: rotate(90deg);
}

.model-family[open] summary > i::after {
  transform: rotate(0deg);
}

.model-family-body {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 26px 46px;
  padding: 28px 78px 32px;
  background: #f5f5f5;
  border-top: 1px solid #dedede;
  animation: model-family-in 180ms ease both;
}

.model-family-body > p {
  margin: 0;
  color: #555555;
  font-size: 12px;
  line-height: 1.85;
}

.model-family-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.model-family-body li {
  padding: 8px 10px;
  color: #222222;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1.4;
}

.model-family-body dl {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  background: #dcdcdc;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.model-family-body dl > div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  background: #ffffff;
}

.model-family-body dt {
  color: #777777;
  font-size: 10px;
  font-weight: 600;
}

.model-family-body dd {
  min-width: 0;
  margin: 0;
  color: #222222;
  font-size: 10px;
  line-height: 1.55;
}

.model-catalog-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  line-height: 1.75;
  text-align: center;
}

@keyframes model-family-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .infra-acceleration-flow {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .infra-acceleration-flow > i {
    display: none;
  }

  .infra-technology-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .infra-core-capabilities,
  .infra-model-catalog {
    margin-bottom: 64px;
  }

  .infra-subheading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .infra-subheading h3 {
    font-size: 30px;
  }

  .model-family summary {
    grid-template-columns: 44px minmax(0, 1fr) 28px;
  }

  .model-family summary > b {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .model-family summary > i {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .model-family-body {
    grid-template-columns: 1fr;
    padding-right: 58px;
    padding-left: 58px;
  }

  .model-family-body dl {
    grid-column: 1;
  }
}

@media (max-width: 680px) {
  .infra-acceleration-flow {
    grid-template-columns: 1fr;
  }

  .infra-acceleration-flow > div {
    min-height: 0;
    padding: 22px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .infra-acceleration-flow > div:last-child {
    border-bottom: 0;
  }

  .infra-technology-grid {
    grid-template-columns: 1fr;
  }

  .infra-technology-grid article {
    min-height: 0;
    padding: 24px 20px;
  }

  .model-family summary {
    grid-template-columns: 32px minmax(0, 1fr) 26px;
    gap: 10px;
    min-height: 90px;
    padding: 17px 16px;
  }

  .model-family summary strong {
    font-size: 16px;
  }

  .model-family summary small {
    font-size: 10px;
  }

  .model-family summary > b {
    font-size: 9px;
  }

  .model-family-body {
    gap: 20px;
    padding: 22px 16px 26px;
  }

  .model-family-body dl {
    grid-template-columns: 1fr;
  }

  .model-family-body dl > div {
    grid-template-columns: 64px 1fr;
  }
}
