.model-metrics strong {
  display: inline-block;
  min-width: 68px;
  color: var(--forest-deep);
}

.technical-comparison {
  background: var(--forest-deep) !important;
  color: var(--white);
}

.technical-comparison .eyebrow,
.technical-comparison h2 {
  color: var(--white);
}

.technical-comparison .seo-section-head > p {
  color: rgba(255, 255, 255, 0.68);
}

.technical-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  scrollbar-color: #69b7e6 #0f355c;
}

.technical-table {
  width: 100%;
  min-width: 1240px;
  border-collapse: collapse;
  font-size: 0.76rem;
}

.technical-table th,
.technical-table td {
  padding: 17px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.technical-table th:last-child,
.technical-table td:last-child {
  border-right: 0;
}

.technical-table tbody tr:last-child > * {
  border-bottom: 0;
}

.technical-table thead th {
  color: var(--white);
  background: #0f355c;
  font-size: 0.69rem;
  font-weight: 700;
}

.technical-table thead small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.59rem;
  font-weight: 500;
}

.technical-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  color: var(--white);
  background: #174a7e;
}

.technical-table td {
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.035);
}

.technical-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}

.technical-note svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: #8fd3ff;
}

.technical-note strong {
  color: var(--white);
}

.technical-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.technical-spec-grid article {
  min-width: 0;
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.technical-spec-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.technical-spec-heading svg {
  width: 23px;
  height: 23px;
  color: var(--forest);
}

.technical-spec-heading h3 {
  font-size: 1.25rem;
}

.technical-spec-grid dl {
  margin: 20px 0 0;
}

.technical-spec-grid dl div {
  display: grid;
  grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);
  gap: 20px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.technical-spec-grid dl div:last-child {
  border-bottom: 0;
}

.technical-spec-grid dt {
  color: var(--forest-deep);
  font-size: 0.72rem;
  font-weight: 700;
}

.technical-spec-grid dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.spec-download-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 28px;
  padding: 24px;
  background: #eaf3fa;
  border-radius: 6px;
}

.spec-download-band > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.spec-download-band > div > svg {
  width: 26px;
  height: 26px;
  color: var(--forest);
}

.spec-download-band span,
.spec-download-band strong,
.spec-download-band small {
  display: block;
}

.spec-download-band strong {
  color: var(--forest-deep);
}

.spec-download-band small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.69rem;
}

@media (max-width: 900px) {
  .technical-spec-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .technical-spec-grid article {
    padding: 24px;
  }

  .technical-spec-grid dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .spec-download-band {
    display: block;
    padding: 20px;
  }

  .spec-download-band .button {
    width: 100%;
    margin-top: 20px;
  }
}
