:root {
  --blue: #0967c9;
  --deep: #00439e;
  --soft: #eef7ff;
  --line: #dfeaf6;
  --text: #17243a;
  --muted: #6d7890;
  --light: #f6fbff;
  --shadow: 0 10px 30px rgba(13, 73, 135, .1);
  --radius: 8px;
  --container: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  background: #fff;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.home-modules {
  min-width: 320px;
  background:
    radial-gradient(circle at 0 18%, rgba(16, 117, 214, .08), transparent 26%),
    radial-gradient(circle at 100% 45%, rgba(85, 173, 255, .08), transparent 28%),
    linear-gradient(#fff, #fbfdff 42%, #fff);
}

.container {
  width: min(var(--container), 100%);
  margin: 0 auto;
}

.home-proof-strip {
  position: relative;
  z-index: 2;
  --home-proof-height: 80px;
  min-width: 320px;
  margin-top: 0;
  overflow: visible;
  background: #edf5ff;
}

.home-proof-strip::after {
  display: none;
  content: none;
}

.home-proof-strip::before {
  position: absolute;
  top: 0;
  right: calc((100% - min(var(--container), 100%)) / 2);
  bottom: 0;
  z-index: 0;
  width: clamp(460px, 36vw, 520px);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(105deg, #0875dc 0%, #005fc7 52%, #0048af 100%);
  content: "";
  pointer-events: none;
}

.xq-home .home-proof-strip .home-proof-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(460px, 36vw, 520px);
  align-items: stretch;
  width: min(var(--container), 100%);
  height: var(--home-proof-height);
  min-height: var(--home-proof-height);
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.home-proof-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  min-width: 0;
  padding: 0 30px 0 36px;
}

.home-proof-stats article {
  display: flex;
  align-items: center;
  min-width: 0;
}

.home-proof-mark {
  display: none;
}

.home-proof-mark svg {
  width: 26px;
  height: 26px;
  color: #88bbef;
  stroke-width: 2;
}

.home-proof-stats article {
  display: grid;
  grid-template-columns: 22px auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
  padding: 0 8px;
}

.home-proof-stats article svg {
  grid-row: 1 / 3;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: #86b8ef;
  stroke-width: 1.8;
}

.home-proof-stats article strong {
  display: block;
  color: #0b73d9;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.home-proof-stats article span {
  display: block;
  margin-top: 3px;
  color: #43546c;
  font-size: 10px;
  line-height: 1.05;
  font-weight: 700;
  white-space: nowrap;
}

.home-proof-global {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
  padding: 0 86px;
  clip-path: none;
  color: #fff;
  background: transparent;
}

.home-proof-global::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .12), transparent 34%),
    radial-gradient(circle at 90% 50%, rgba(255, 255, 255, .18), transparent 34%);
  content: "";
  pointer-events: none;
}

.home-proof-global div,
.home-proof-global > svg {
  position: relative;
  z-index: 1;
}

.home-proof-global strong,
.home-proof-global span {
  display: block;
  white-space: nowrap;
}

.home-proof-global strong {
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
}

.home-proof-global span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
}

.home-proof-global > svg {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, .78);
  stroke-width: 1.35;
}

@media (max-width: 900px) {
  .home-proof-strip {
    background: #edf5ff;
  }

  .home-proof-strip::after {
    display: none;
  }

  .home-proof-strip::before {
    display: none;
  }

  .xq-home .home-proof-strip .home-proof-inner {
    width: min(100% - 24px, var(--container));
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    margin: 10px auto 0;
    border: 1px solid #dceafa;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(13, 73, 135, .08);
  }

  .home-proof-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 8px;
  }

  .home-proof-mark {
    display: none;
  }

  .home-proof-stats article {
    min-height: 58px;
    padding: 8px 10px;
    border-right: 1px solid #e6f0fb;
    border-bottom: 1px solid #e6f0fb;
  }

  .home-proof-stats article:nth-child(3),
  .home-proof-stats article:nth-child(5) {
    border-right: 0;
  }

  .home-proof-stats article:nth-child(4),
  .home-proof-stats article:nth-child(5) {
    border-bottom: 0;
  }

  .home-proof-global {
    min-height: 64px;
    padding: 0 16px;
    clip-path: none;
    background: linear-gradient(105deg, #0875dc 0%, #005fc7 52%, #0048af 100%);
  }

  .home-proof-global strong {
    font-size: 13px;
  }

  .home-proof-global > svg {
    width: 46px;
    height: 46px;
  }
}

.section {
  padding: 42px 0 34px;
}

.products-section {
  padding-top: 52px;
  padding-bottom: 48px;
  background: #fff;
}

.applications-section,
.quality-section,
.news-section {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.quality-section {
  padding-top: 36px;
  padding-bottom: 34px;
}

.quality-section .section-title {
  margin-bottom: 18px;
}

.section-title {
  text-align: center;
  margin: 0 0 24px;
}

.section-title h1,
.section-title h2 {
  margin: 0 0 7px;
  color: #101d31;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.section-title h1::after,
.section-title h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin: 9px auto 0;
  border-radius: 9px;
  background: linear-gradient(90deg, #87c9ff, var(--blue));
}

.section-title p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.outline-btn,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 150px;
  height: 42px;
  border-radius: 5px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.outline-btn {
  color: var(--blue);
  border: 1px solid #9dccf7;
  background: #fff;
  box-shadow: 0 6px 14px rgba(7, 102, 201, .07);
}

.primary-btn {
  color: #fff;
  border: 0;
  background: linear-gradient(90deg, #0b72d8, #0054ba);
  box-shadow: 0 8px 18px rgba(4, 92, 190, .22);
}

.outline-btn:hover,
.primary-btn:hover {
  transform: translateY(-2px);
}

.outline-btn svg,
.primary-btn svg,
.more-link svg {
  font-size: 16px;
}

.product-selector-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 24px;
}

.product-selector-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-selector-eyebrow::before {
  width: 26px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.product-selector-head h2 {
  margin: 0;
  color: #142a3f;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 800;
}

.product-selector-head p {
  margin: 9px 0 0;
  color: #718094;
  font-size: 13px;
}

.product-selector-summary {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #65768a;
  font-size: 11px;
  font-weight: 700;
}

.product-selector-summary > span {
  min-width: 58px;
}

.product-selector-summary strong {
  display: block;
  min-height: 24px;
  margin-bottom: 3px;
  overflow: hidden;
  color: #142a3f;
  font-size: 20px;
  line-height: 22px;
}

.product-selector-summary a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.product-selector-summary svg {
  width: 14px;
  height: 14px;
}

.product-selector-stage {
  display: grid;
  grid-template-columns: 226px minmax(0, 1fr) 450px;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid #cfdae4;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(27, 62, 91, .07);
}

.product-selector-rail {
  display: flex;
  min-width: 0;
  padding: 28px 18px 22px;
  flex-direction: column;
  color: #fff;
  background: #17384f;
}

.product-selector-rail-kicker {
  margin: 0 10px 20px;
  color: #9fc7df;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-selector-filter {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  min-height: 66px;
  padding: 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(207, 231, 245, .12);
  border-radius: 0;
  color: #c8d9e5;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}

.product-selector-filter:hover {
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.product-selector-filter.is-active {
  border-bottom-color: transparent;
  border-radius: 4px;
  color: #142a3f;
  background: #fff;
}

.product-selector-filter i {
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  opacity: .62;
}

.product-selector-filter strong,
.product-selector-filter small {
  display: block;
}

.product-selector-filter strong {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
}

.product-selector-filter small {
  margin-top: 4px;
  overflow: hidden;
  font-size: 9px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: .72;
}

.product-selector-rail-footer {
  display: flex;
  margin-top: auto;
  padding: 20px 10px 0;
  flex-direction: column;
  border-top: 1px solid rgba(207, 231, 245, .14);
  color: #a9c2d2;
  font-size: 10px;
  line-height: 1.7;
}

.product-selector-rail-footer strong {
  color: #fff;
  font-size: 18px;
}

.product-selector-viewer {
  display: grid;
  grid-template-rows: 34px minmax(0, 1fr) 104px;
  min-width: 0;
  padding: 22px 28px;
  background: #f3f7fa;
}

.product-selector-viewer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  color: #68798c;
  font-size: 10px;
  font-weight: 700;
}

.product-selector-viewer-top > span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-selector-viewer-top b {
  color: var(--blue);
}

.product-selector-count {
  flex: 0 0 auto;
}

.product-selector-count strong {
  color: #142a3f;
  font-size: 18px;
}

.product-selector-main {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 382px;
  overflow: hidden;
  background: #fff;
}

.product-selector-main::after {
  position: absolute;
  right: 56px;
  bottom: 26px;
  left: 56px;
  height: 1px;
  background: #d7e2ea;
  content: "";
}

.product-selector-main img {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  height: 382px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 22px rgba(22, 47, 71, .15));
  transition: opacity .18s ease, transform .18s ease;
}

[data-home-product-selector]:not(.is-product-ready) .product-selector-main img {
  opacity: .72;
  transform: scale(.985);
}

.product-selector-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
}

.product-selector-thumbnail {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  height: 82px;
  padding: 4px;
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-selector-thumbnail:hover {
  border-color: #8ec2ec;
  transform: translateY(-2px);
}

.product-selector-thumbnail.is-active {
  border: 2px solid var(--blue);
  box-shadow: 0 7px 16px rgba(8, 118, 216, .12);
}

.product-selector-thumbnail[hidden] {
  display: none;
}

.product-selector-thumbnail img {
  width: 100%;
  height: 68px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-selector-detail {
  display: flex;
  min-width: 0;
  padding: 32px 34px 26px;
  flex-direction: column;
  border-left: 1px solid #dce6ee;
  background: #fff;
}

.product-selector-detail-kicker {
  margin-bottom: 11px;
  overflow: hidden;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-selector-detail h3 {
  min-height: 68px;
  margin: 0;
  overflow: hidden;
  color: #142a3f;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 800;
}

.product-selector-model {
  margin: 9px 0 17px;
  color: #718094;
  font-size: 11px;
  font-weight: 700;
}

.product-selector-description {
  min-height: 66px;
  margin: 0 0 20px;
  overflow: hidden;
  color: #657489;
  font-size: 12px;
  line-height: 1.75;
}

.product-selector-parameters {
  margin: 0;
  border-top: 1px solid #dce6ee;
}

.product-selector-parameters > div {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  min-height: 45px;
  border-bottom: 1px solid #dce6ee;
}

.product-selector-parameters dt,
.product-selector-parameters dd {
  margin: 0;
  font-size: 11px;
}

.product-selector-parameters dt {
  color: #778599;
}

.product-selector-parameters dd {
  overflow: hidden;
  color: #304257;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-selector-parameters .is-protection {
  color: #17855f;
}

.product-selector-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
}

.product-selector-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 43px;
  padding: 0 8px;
  border: 1px solid #b8cee0;
  border-radius: 4px;
  color: #075ba9;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.product-selector-actions a.is-primary {
  border-color: var(--blue);
  color: #fff;
  background: var(--blue);
}

.product-selector-support {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: #778699;
  font-size: 10px;
}

.product-selector-support svg {
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 50%;
  color: var(--blue);
  background: #edf6fc;
}

.product-selector-filter:focus-visible,
.product-selector-thumbnail:focus-visible,
.product-selector-actions a:focus-visible,
.product-selector-summary a:focus-visible {
  outline: 3px solid rgba(65, 159, 234, .45);
  outline-offset: 2px;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.app-card {
  position: relative;
  height: 174px;
  overflow: hidden;
  border-radius: 6px;
  background: #d9eafa;
  box-shadow: 0 8px 18px rgba(16, 78, 145, .1);
}

.app-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 38, 77, .72));
}

.app-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.app-card:hover img {
  transform: scale(1.05);
}

.app-label {
  position: absolute;
  left: 18px;
  bottom: 14px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.app-card .app-label {
  display: none;
}

.app-label svg {
  font-size: 22px;
}

.custom-section {
  padding-top: 34px;
  padding-bottom: 24px;
}

.custom-panel {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #dfeefa;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .96) 63%, rgba(255, 255, 255, .18) 100%),
    #f4f9ff;
  box-shadow: var(--shadow);
}

.custom-photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 44%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.custom-head,
.custom-body {
  position: relative;
  z-index: 1;
}

.custom-head {
  padding: 34px 48px 18px;
}

.custom-head h2 {
  margin: 0 0 5px;
  color: var(--deep);
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
}

.custom-head p {
  margin: 0;
  color: #607086;
}

.custom-body {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 28px;
  width: 76%;
  padding: 0 48px 36px;
}

.service-list {
  padding: 17px 20px;
  border: 1px solid #e4eef9;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 24px rgba(5, 92, 180, .06);
}

.service-list div {
  display: grid;
  grid-template-columns: 24px 86px 1fr;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #eef4fa;
}

.service-list div:last-child {
  border-bottom: 0;
}

.service-list svg {
  color: var(--blue);
  font-size: 19px;
}

.service-list strong {
  color: #196fcb;
  font-size: 15px;
}

.service-list span {
  color: #7a8496;
  font-size: 13px;
  white-space: nowrap;
}

.process-card {
  min-height: 254px;
  padding: 28px 34px 26px;
  border: 1px solid #e4eef9;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 28px rgba(5, 92, 180, .08);
}

.process-card h3 {
  margin: 0 0 26px;
  color: #1c2d44;
  font-size: 19px;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.step {
  position: relative;
  text-align: center;
}

.step::after {
  content: "";
  position: absolute;
  top: 31px;
  right: -16px;
  width: 24px;
  height: 1px;
  background: #b9d8f7;
}

.step:last-child::after {
  display: none;
}

.step i {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  color: var(--blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  border-radius: 50%;
  border: 2px solid #d3ebff;
  background: #f7fbff;
}

.step b {
  display: block;
  color: var(--blue);
  font-size: 15px;
}

.step span {
  display: block;
  margin-top: 3px;
  color: #7b8798;
  font-size: 12px;
}

.process-card .primary-btn {
  width: 280px;
  margin: 28px auto 0;
  display: flex;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0 0 18px;
  padding: 2px 0 10px;
}

.stat-item {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  min-height: 64px;
}

.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 1px;
  height: 42px;
  background: #d4e4f5;
}

.stat-item svg {
  grid-row: span 2;
  color: var(--blue);
  font-size: 30px;
}

.stat-item strong {
  color: var(--blue);
  font-size: 23px;
  line-height: 1;
}

.stat-item span {
  color: #536176;
  font-size: 12px;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.quality-card {
  overflow: hidden;
  min-height: 166px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(23, 89, 158, .07);
}

.quality-card img,
.cert-wall,
.honor-wall {
  width: 100%;
  height: 92px;
  object-fit: cover;
  background: #edf6ff;
}

.quality-card h3 {
  margin: 13px 0 4px;
  color: #1c2d44;
  font-size: 16px;
}

.quality-card p {
  margin: 0 8px 12px;
  color: #788497;
  font-size: 12px;
}

.cert-wall,
.honor-wall {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background: linear-gradient(135deg, #f6fbff, #edf7ff);
}

.cert-wall span {
  width: 43px;
  height: 62px;
  border: 4px solid #d8e7f8;
  border-top-color: #eab18e;
  border-radius: 3px;
  background: linear-gradient(#fff, #f9fbfd);
  box-shadow: 0 4px 10px rgba(30, 80, 140, .1);
}

.honor-wall span {
  width: 58px;
  height: 62px;
  border: 5px solid #d5a34b;
  border-radius: 3px;
  background: linear-gradient(135deg, #fff8d7, #dbb461);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .42), 0 4px 10px rgba(110, 83, 18, .16);
}

.data-section {
  padding-top: 24px;
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.data-card {
  min-height: 132px;
  padding: 20px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(23, 89, 158, .06);
}

.data-card > svg {
  color: var(--blue);
  font-size: 38px;
  margin-bottom: 11px;
}

.data-card h3 {
  margin: 0 0 4px;
  color: #1c2d44;
  font-size: 15px;
}

.data-card p {
  margin: 0 0 12px;
  color: #7b8798;
  font-size: 12px;
}

.data-card a {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.news-section {
  padding-top: 24px;
}

.news-head {
  position: relative;
}

.more-link {
  position: absolute;
  right: 0;
  top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.news-card {
  display: grid;
  grid-template-columns: 42% 1fr;
  min-height: 168px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 89, 158, .08);
}

.news-card img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
}

.news-copy {
  padding: 16px 15px;
}

.news-copy div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.news-copy span {
  flex: 0 0 auto;
  padding: 3px 7px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  border-radius: 3px;
  background: #e8f3ff;
}

.news-copy time {
  color: #8b96a7;
  font-size: 11px;
}

.news-copy h3 {
  margin: 0 0 8px;
  color: #14243a;
  font-size: 16px;
  line-height: 1.42;
}

.news-copy p {
  margin: 0 0 10px;
  color: #7b8798;
  font-size: 12px;
}

.news-copy a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.contact-section {
  padding: 22px 0 34px;
  background: #fff;
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 34px;
  min-height: 270px;
  padding: 32px 34px 30px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(118deg, rgba(1, 99, 205, .97), rgba(0, 132, 222, .92) 46%, rgba(242, 249, 255, .96) 46.2%, rgba(255, 255, 255, .96));
  box-shadow: 0 16px 32px rgba(0, 78, 160, .18);
}

.contact-panel::before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -95px;
  width: 470px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
}

.contact-info {
  position: relative;
  z-index: 1;
  color: #fff;
}

.contact-info h2 {
  margin: 0 0 7px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

.contact-info p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .86);
}

.contact-info ul {
  display: grid;
  gap: 10px;
  width: 230px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info li {
  display: grid;
  grid-template-columns: 27px 66px 1fr;
  align-items: center;
  gap: 7px;
}

.contact-info li svg {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  padding: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
}

.contact-info li span {
  font-weight: 800;
}

.contact-info li em {
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-style: normal;
}

.contact-products {
  position: absolute;
  left: 118px;
  bottom: -8px;
  width: 250px;
  height: 132px;
  overflow: hidden;
}

.contact-products img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 14px 14px rgba(0, 21, 67, .28));
}

.quote-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  padding: 22px 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 25px rgba(1, 59, 120, .12);
}

.quote-form label {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 12px;
}

.quote-form span {
  color: #41536b;
  font-size: 13px;
  font-weight: 800;
}

.quote-form span::first-letter {
  color: #e13030;
}

.quote-form input,
.quote-form select {
  width: 100%;
  height: 40px;
  padding: 0 14px;
  color: #334155;
  border: 1px solid #dbe8f5;
  border-radius: 3px;
  background: #fff;
  outline: none;
}

.quote-form input:focus,
.quote-form select:focus {
  border-color: #91caff;
  box-shadow: 0 0 0 3px rgba(9, 103, 201, .1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-row label {
  grid-template-columns: 82px 1fr;
}

.quote-form button {
  height: 44px;
  color: #fff;
  font-weight: 900;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(90deg, #0871d6, #0054ba);
  cursor: pointer;
}

@media (max-width: 1024px) {
  .container {
    width: min(940px, calc(100% - 32px));
  }

  .product-selector-stage {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .product-selector-viewer {
    min-height: 540px;
  }

  .product-selector-detail {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
    gap: 0 32px;
    border-top: 1px solid #dce6ee;
    border-left: 0;
  }

  .product-selector-detail-kicker,
  .product-selector-detail h3,
  .product-selector-model,
  .product-selector-description {
    grid-column: 1;
  }

  .product-selector-parameters {
    grid-column: 2;
    grid-row: 1 / span 4;
  }

  .product-selector-actions {
    grid-column: 1;
  }

  .product-selector-support {
    grid-column: 2;
    align-self: end;
  }

  .product-grid,
  .quality-grid,
  .data-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .custom-body {
    width: 100%;
    grid-template-columns: 1fr;
    padding-right: 28px;
  }

  .custom-photo {
    opacity: .18;
    width: 100%;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    background: linear-gradient(135deg, #0873d5, #0057bd 42%, #eef7ff 42.2%, #fff);
  }

  .contact-info ul {
    width: auto;
  }

  .contact-products {
    right: 30px;
    left: auto;
    bottom: -30px;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 28px 0 24px;
  }

  .home-proof-strip {
    background: #edf5ff;
  }

  .xq-home .home-proof-strip .home-proof-inner {
    width: min(100% - 24px, var(--container));
    grid-template-columns: 1fr;
    min-height: 0;
    margin: 10px auto 0;
    border: 1px solid #dceafa;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(13, 73, 135, .08);
  }

  .home-proof-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 8px;
  }

  .home-proof-mark {
    display: none;
  }

  .home-proof-stats article {
    min-height: 58px;
    padding: 8px 10px;
    border-right: 1px solid #e6f0fb;
    border-bottom: 1px solid #e6f0fb;
  }

  .home-proof-stats article:nth-child(3),
  .home-proof-stats article:nth-child(5) {
    border-right: 0;
  }

  .home-proof-stats article:nth-child(4),
  .home-proof-stats article:nth-child(5) {
    border-bottom: 0;
  }

  .home-proof-global {
    min-height: 64px;
    padding: 0 16px;
    clip-path: none;
  }

  .home-proof-global strong {
    font-size: 13px;
  }

  .home-proof-global > svg {
    width: 46px;
    height: 46px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 23px;
  }

  .product-grid,
  .app-grid,
  .quality-grid,
  .data-grid,
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-row {
    gap: 10px;
  }

  .stat-item {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .stat-item::after {
    display: none;
  }

  .custom-head,
  .custom-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .process-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .step::after {
    display: none;
  }

  .news-card {
    grid-template-columns: 1fr;
  }

  .news-card img {
    min-height: 180px;
  }

  .more-link {
    position: static;
    justify-content: center;
    margin: -12px 0 16px;
  }

  .contact-panel {
    padding: 22px 18px;
  }

  .contact-info h2 {
    font-size: 24px;
  }

  .contact-products {
    position: static;
    margin-top: 10px;
  }

  .quote-form {
    padding: 18px 14px;
  }

  .quote-form label,
  .form-row label {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 22px, var(--container));
  }

  .xq-home .home-proof-strip .home-proof-inner {
    width: min(100% - 22px, var(--container));
    margin-top: 8px;
  }

  .home-proof-stats {
    padding: 6px;
  }

  .home-proof-stats article {
    gap: 8px;
    min-height: 54px;
    padding: 8px;
  }

  .home-proof-stats article svg {
    width: 22px;
    height: 22px;
  }

  .home-proof-stats article strong {
    font-size: 18px;
  }

  .home-proof-stats article span {
    font-size: 11px;
  }

  .home-proof-global {
    gap: 10px;
    min-height: 62px;
    padding: 0 14px;
  }

  .home-proof-global strong,
  .home-proof-global span {
    white-space: normal;
  }

  .product-grid,
  .app-grid,
  .quality-grid,
  .data-grid,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .app-card {
    height: 170px;
  }

  .service-list div {
    grid-template-columns: 22px 64px 1fr;
  }

  .contact-info li {
    grid-template-columns: 27px 60px 1fr;
  }
}

/* Technical catalog product series and compact hot-product row. */
.xq-home .product-catalog-section {
  padding: 40px 0 0;
  color: #102f49;
  background: #fff;
}

.xq-home .product-catalog-section > .container {
  width: min(var(--container), calc(100% - 48px));
  padding: 16px 0;
  background: #fff;
  box-shadow: none;
}

.xq-home .product-catalog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  min-width: 0;
  margin-bottom: 10px;
}

.xq-home .product-catalog-head > * {
  min-width: 0;
}

.xq-home .product-catalog-head h2,
.xq-home .product-catalog-head h3 {
  margin: 0;
  color: #0b2b47;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.xq-home .product-catalog-summary {
  margin: 4px 0 0;
  color: #5f7891;
  font-size: 12px;
  line-height: 1.55;
}

.xq-home .product-catalog-head a,
.xq-home .product-catalog-summary a {
  color: #0875d1;
  font-weight: 800;
}

.xq-home .product-catalog-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-width: 0;
  margin-bottom: 14px;
  border: 1px solid #cbdbe8;
  border-radius: 4px;
  background: #fff;
}

.xq-home .product-catalog-tab {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(54px, 42%);
  grid-template-rows: auto auto;
  align-items: center;
  min-width: 0;
  height: 92px;
  padding: 12px 14px 11px 20px;
  border: 0;
  border-right: 1px solid #cbdbe8;
  border-radius: 0;
  color: #0b2b47;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease;
}

.xq-home .product-catalog-tab:last-child {
  border-right: 0;
}

.xq-home .product-catalog-tab strong,
.xq-home .product-catalog-tab b {
  align-self: end;
  min-width: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xq-home .product-catalog-tab small,
.xq-home .product-catalog-tab span {
  align-self: start;
  min-width: 0;
  margin-top: 3px;
  overflow: hidden;
  color: #52708e;
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xq-home .product-catalog-tab img {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 100%;
  height: 68px;
  object-fit: contain;
}

.xq-home .product-catalog-tab:hover {
  background: #f3f8fc;
}

.xq-home .product-catalog-tab.is-active,
.xq-home .product-catalog-tab[aria-selected="true"] {
  color: #fff;
  background: #0875d1;
}

.xq-home .product-catalog-tab.is-active::after,
.xq-home .product-catalog-tab[aria-selected="true"]::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 13px solid #0875d1;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.xq-home .product-catalog-tab.is-active small,
.xq-home .product-catalog-tab.is-active span,
.xq-home .product-catalog-tab[aria-selected="true"] small,
.xq-home .product-catalog-tab[aria-selected="true"] span {
  color: #dceeff;
}

.xq-home .product-catalog-panel {
  display: grid;
  grid-template-columns: minmax(270px, .86fr) minmax(380px, 1.42fr) minmax(330px, 1.08fr);
  grid-template-areas: "visual overview params";
  grid-template-rows: minmax(0, 1fr);
  min-width: 0;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid #cbdbe8;
  border-radius: 4px;
  background: #fff;
}

.xq-home .product-catalog-panel[hidden] {
  display: none;
}

.xq-home .product-catalog-visual,
.xq-home .product-catalog-overview,
.xq-home .product-catalog-params {
  min-width: 0;
}

.xq-home .product-catalog-visual {
  grid-area: visual;
  display: grid;
  place-items: center;
  min-height: 308px;
  padding: 10px 20px;
  border-right: 1px solid #d6e2ec;
  background: #fbfdff;
}

.xq-home .product-catalog-main-image {
  width: 100%;
  height: 276px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.xq-home .product-catalog-overview {
  grid-area: overview;
  display: flex;
  padding: 22px 28px 14px;
  flex-direction: column;
  border-right: 1px solid #d6e2ec;
}

.xq-home .product-catalog-overview h3,
.xq-home .product-catalog-params h3 {
  margin: 0 0 9px;
  color: #0b2b47;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0;
}

.xq-home .product-catalog-overview p {
  margin: 0 0 14px;
  color: #4f6a83;
  font-size: 12px;
  line-height: 1.7;
}

.xq-home .product-catalog-overview h4 {
  margin: 0 0 3px;
  overflow: hidden;
  color: #173b5b;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xq-home .product-catalog-series-description {
  min-height: 40px;
}

.xq-home .product-catalog-model {
  display: block;
  margin-bottom: 5px;
  color: #58718a;
  font-size: 10px;
  font-weight: 700;
}

.xq-home .product-catalog-product-description {
  max-height: 40px;
  overflow: hidden;
}

.xq-home .product-catalog-thumbnails {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: 10px;
  min-width: 0;
  margin-top: auto;
}

.xq-home .product-catalog-thumb {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 72px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid #cbdbe8;
  border-radius: 4px;
  color: #0b2b47;
  background: #fff;
  cursor: pointer;
}

.xq-home .product-catalog-thumb:hover,
.xq-home .product-catalog-thumb.is-active,
.xq-home .product-catalog-thumb[aria-current="true"] {
  border-color: #0875d1;
}

.xq-home .product-catalog-thumb img {
  width: 100%;
  height: 62px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.xq-home .product-catalog-params {
  grid-area: params;
  display: flex;
  flex-direction: column;
  padding: 22px 28px 14px;
  background: #fff;
}

.xq-home .product-catalog-params dl,
.xq-home .product-catalog-params table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.xq-home .product-catalog-params > div,
.xq-home .product-catalog-params dl > div {
  display: grid;
  grid-template-columns: minmax(88px, .78fr) minmax(0, 1.35fr);
  align-items: center;
  min-height: 32px;
  border-bottom: 1px solid #d9e4ed;
}

.xq-home .product-catalog-params tr {
  border-bottom: 1px solid #d9e4ed;
}

.xq-home .product-catalog-params dt,
.xq-home .product-catalog-params dd,
.xq-home .product-catalog-params th,
.xq-home .product-catalog-params td {
  min-width: 0;
  margin: 0;
  padding: 7px 0;
  color: #173b5b;
  font-size: 11px;
  line-height: 1.35;
  text-align: left;
}

.xq-home .product-catalog-params dt,
.xq-home .product-catalog-params th {
  color: #617991;
  font-weight: 500;
}

.xq-home .product-catalog-params dd,
.xq-home .product-catalog-params td {
  overflow-wrap: anywhere;
  font-weight: 800;
}

.xq-home .product-catalog-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-top: auto;
  padding-top: 14px;
}

.xq-home .product-catalog-actions a,
.xq-home .product-catalog-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #a9c5db;
  border-radius: 4px;
  color: #075fae;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.xq-home .product-catalog-actions a:first-child,
.xq-home .product-catalog-actions button:first-child {
  border-color: #0875d1;
  color: #fff;
  background: #0875d1;
}

.xq-home .home-hot-strip {
  padding: 18px 0 30px;
  color: #102f49;
  background: #fff;
}

.xq-home .home-hot-strip > .container {
  width: min(var(--container), calc(100% - 48px));
  padding: 10px 0 16px;
  background: #fff;
  box-shadow: none;
}

.xq-home .home-hot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  margin-bottom: 6px;
}

.xq-home .home-hot-head > * {
  min-width: 0;
}

.xq-home .home-hot-head h2,
.xq-home .home-hot-head h3 {
  margin: 0;
  color: #0b2b47;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.xq-home .home-hot-head p,
.xq-home .home-hot-head small {
  display: block;
  margin: 2px 0 0;
  color: #698097;
  font-size: 11px;
  line-height: 1.45;
}

.xq-home .home-hot-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
  color: #173b5b;
}

.xq-home .home-hot-progress {
  min-width: 54px;
  color: #607990;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.xq-home .home-hot-progress b {
  color: #0b2b47;
  font-size: 14px;
}

.xq-home .home-hot-controls button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 38px;
  padding: 0;
  border: 1px solid #cbdbe8;
  border-radius: 4px;
  color: #0b4779;
  background: #fff;
  cursor: pointer;
}

.xq-home .home-hot-controls button svg {
  width: 16px;
  height: 16px;
}

.xq-home .home-hot-prev-icon {
  transform: rotate(180deg);
}

.xq-home .home-hot-controls a {
  margin-left: 20px;
  color: #0875d1;
  font-size: 11px;
  font-weight: 800;
}

.xq-home .home-hot-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}

.xq-home .home-hot-card,
.xq-home .home-hot-card > a {
  min-width: 0;
}

.xq-home .home-hot-card {
  display: grid;
  grid-template-rows: 102px minmax(0, 1fr);
  min-height: 252px;
  overflow: hidden;
  border: 1px solid #cbdbe8;
  border-radius: 4px;
  color: #102f49;
  background: #fff;
  box-shadow: none;
}

.xq-home .home-hot-card > a {
  display: grid;
  grid-template-rows: 102px minmax(0, 1fr);
  grid-row: 1 / -1;
}

.xq-home .home-hot-card img {
  width: 100%;
  height: 102px;
  padding: 6px 14px;
  border-bottom: 1px solid #d6e2ec;
  background: #fbfdff;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.xq-home .home-hot-card > div,
.xq-home .home-hot-card > a > div {
  min-width: 0;
  padding: 8px 12px 7px;
}

.xq-home .home-hot-card h3,
.xq-home .home-hot-card h4 {
  margin: 0 0 2px;
  overflow: hidden;
  color: #0b2b47;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xq-home .home-hot-card p,
.xq-home .home-hot-card small {
  margin: 0;
  color: #58718a;
  font-size: 10px;
  line-height: 1.45;
}

.xq-home .home-hot-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 6px 0 0;
  padding: 5px 0;
  border-top: 1px solid #d9e4ed;
  border-bottom: 1px solid #d9e4ed;
}

.xq-home .home-hot-card dl > div {
  min-width: 0;
  padding: 0 8px 5px;
  border-right: 1px solid #d9e4ed;
}

.xq-home .home-hot-card dl > div:nth-child(3n + 1) {
  padding-left: 0;
}

.xq-home .home-hot-card dl > div:nth-child(3n) {
  padding-right: 0;
  border-right: 0;
}

.xq-home .home-hot-card dl > div:nth-child(n + 4) {
  padding-top: 5px;
  padding-bottom: 0;
  border-top: 1px solid #d9e4ed;
}

.xq-home .home-hot-card dt,
.xq-home .home-hot-card dd {
  margin: 0;
  overflow: hidden;
  font-size: 9px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xq-home .home-hot-card dt {
  color: #668098;
}

.xq-home .home-hot-card dd {
  margin-top: 2px;
  color: #173b5b;
  font-size: 10px;
  font-weight: 900;
}

.xq-home .home-hot-card:hover {
  border-color: #8eb9db;
}

.xq-home .product-catalog-tab:focus-visible,
.xq-home .product-catalog-thumb:focus-visible,
.xq-home .product-catalog-actions a:focus-visible,
.xq-home .product-catalog-actions button:focus-visible,
.xq-home .home-hot-controls button:focus-visible,
.xq-home .home-hot-controls a:focus-visible,
.xq-home .home-hot-card a:focus-visible {
  outline: 3px solid rgba(8, 117, 209, .32);
  outline-offset: 2px;
}

@media (max-width: 1180px) {
  .xq-home .product-catalog-section > .container,
  .xq-home .home-hot-strip > .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .xq-home .product-catalog-tab {
    grid-template-columns: minmax(0, 1fr) minmax(44px, 38%);
    padding-right: 10px;
    padding-left: 14px;
  }

  .xq-home .product-catalog-panel {
    grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
    grid-template-areas:
      "visual overview"
      "params params";
    grid-template-rows: auto auto;
  }

  .xq-home .product-catalog-params {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 0 24px;
    border-top: 1px solid #d6e2ec;
  }

  .xq-home .product-catalog-params h3 {
    align-self: start;
    margin-top: 7px;
  }

  .xq-home .product-catalog-params .product-catalog-actions {
    grid-column: 2;
  }

}
