.xq-inner-page .container {
  width: min(1440px, calc(100% - 48px));
}

/* Product center procurement dialog */
body.has-pc-procurement {
  overflow: hidden;
}

.pc-card-actions__primary.is-added {
  background: #0757b9 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .32);
}

.pc-cart-primary {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
}

.pc-cart-primary:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.pc-cart-list__empty {
  margin: 0;
  padding: 18px 8px;
  color: var(--pc-muted);
  font-size: 13px;
  text-align: center;
}

.pc-procurement-layer {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 22px;
  overflow: hidden;
  background: rgba(2, 15, 38, .68);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.pc-procurement-layer.is-open {
  opacity: 1;
  visibility: visible;
}

.pc-procurement-dialog {
  width: min(1240px, calc(100vw - 44px));
  max-height: min(860px, calc(100dvh - 44px));
  overflow: hidden;
  border: 1px solid #d8e2ef;
  border-radius: 9px;
  outline: 0;
  background: #fff;
  box-shadow: 0 28px 90px rgba(1, 20, 53, .3);
  transform: translateY(12px) scale(.992);
  transition: transform .22s ease;
}

.pc-procurement-layer.is-open .pc-procurement-dialog {
  transform: translateY(0) scale(1);
}

.pc-procurement-brandbar {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  background:
    linear-gradient(90deg, rgba(6, 25, 56, 0) 48%, rgba(4, 102, 235, .15) 100%),
    #06152f;
}

.pc-procurement-brand {
  display: inline-flex;
  align-items: center;
}

.pc-procurement-brand img {
  width: auto;
  height: 42px;
  max-width: 190px;
  object-fit: contain;
}

.pc-procurement-brandbar > button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-family: inherit;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.pc-procurement-scroll {
  max-height: calc(100dvh - 114px);
  overflow: auto;
  padding: 26px;
  scrollbar-color: #b8cbe3 transparent;
  scrollbar-width: thin;
}

.pc-procurement-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 20px;
}

.pc-procurement-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.pc-procurement-title-row h2 {
  margin: 0;
  color: #071c42;
  font-size: clamp(30px, 2.45vw, 42px);
  line-height: 1.1;
  letter-spacing: -.03em;
}

.pc-procurement-title-row > span {
  padding: 5px 9px;
  border: 1px solid #1e70e8;
  border-radius: 4px;
  color: #075dcf;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.pc-procurement-heading > div > p {
  max-width: 690px;
  margin: 0;
  color: #5d6e88;
  font-size: 13px;
  line-height: 1.65;
}

.pc-procurement-heading ol {
  min-width: 520px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-procurement-heading li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #405474;
  text-align: center;
}

.pc-procurement-heading li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 21px;
  left: calc(50% + 34px);
  width: calc(100% - 24px);
  border-top: 1px solid #b8c9df;
}

.pc-procurement-heading li > b {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0868ef;
  box-shadow: 0 6px 14px rgba(8, 104, 239, .22);
}

.pc-procurement-heading li > b svg {
  width: 22px;
  height: 22px;
}

.pc-procurement-heading li > span {
  color: #20395e;
  font-size: 13px;
  font-weight: 800;
}

.pc-procurement-heading li > span strong {
  color: #0765e5;
}

.pc-procurement-heading li > small {
  color: #78869a;
  font-size: 10px;
}

.pc-procurement-status {
  margin: 0 0 18px;
  padding: 12px 16px;
  border: 1px solid #b8d0ec;
  border-radius: 5px;
  color: #174c8f;
  background: #f2f7fd;
  font-size: 13px;
  font-weight: 700;
}

.pc-procurement-status[data-tone="success"] {
  border-color: #99d4ad;
  color: #176b36;
  background: #effaf3;
}

.pc-procurement-status[data-tone="error"] {
  border-color: #efb1b1;
  color: #a51d27;
  background: #fff4f4;
}

.pc-procurement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(350px, .82fr);
  border: 1px solid #dce5f1;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.pc-procurement-products,
.pc-procurement-fields {
  min-width: 0;
  padding: 22px;
}

.pc-procurement-products > h3,
.pc-procurement-fields > h3 {
  margin: 0 0 16px;
  color: #13294e;
  font-size: 17px;
  line-height: 1.3;
}

.pc-procurement-products > h3 span,
.pc-procurement-products > h3 em {
  color: #65758d;
  font-size: 13px;
  font-style: normal;
}

.pc-procurement-export-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: -4px 0 14px;
}

.pc-procurement-export-actions button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 14px;
  border: 1px solid #b9c9dc;
  border-radius: 6px;
  color: #234160;
  background: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.pc-procurement-export-actions button:hover:not(:disabled) {
  color: #075fda;
  border-color: #75a9e6;
  background: #f4f8ff;
}

.pc-procurement-export-actions button:focus-visible {
  outline: 3px solid rgba(8, 104, 239, .24);
  outline-offset: 2px;
}

.pc-procurement-export-actions button:disabled {
  color: #98a5b7;
  border-color: #dfe5ed;
  background: #f6f8fa;
  cursor: not-allowed;
}

.pc-procurement-export-actions svg {
  width: 16px;
  height: 16px;
}

.pc-procurement-table-head,
.pc-procurement-item {
  grid-template-columns: minmax(180px, 1.2fr) minmax(128px, .95fr) minmax(104px, 122px) minmax(120px, 150px) 36px;
  gap: 10px;
}

.pc-procurement-table-head {
  display: grid;
  padding: 10px 12px;
  border: 1px solid #dbe4ef;
  border-bottom: 0;
  background: #f6f9fd;
  color: #3d5272;
  font-size: 11px;
  font-weight: 800;
}

.pc-procurement-item {
  display: grid;
  align-items: center;
  min-height: 122px;
  padding: 15px 12px;
  border: 1px solid #dbe4ef;
  border-bottom: 0;
  background: #fff;
}

.pc-procurement-item:last-child {
  border-bottom: 1px solid #dbe4ef;
}

.pc-procurement-item-product {
  min-width: 0;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.pc-procurement-item-product img {
  width: 82px;
  height: 76px;
  padding: 5px;
  border-radius: 4px;
  background: #f5f8fc;
  object-fit: contain;
}

.pc-procurement-item-product strong,
.pc-procurement-item-product span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pc-procurement-item-product strong {
  color: #0c2348;
  font-size: 14px;
  line-height: 1.45;
}

.pc-procurement-item-product span {
  margin-top: 7px;
  color: #50627e;
  font-size: 12px;
  white-space: nowrap;
}

.pc-procurement-item-specs {
  margin: 0;
  padding-left: 18px;
  color: #425674;
  font-size: 11px;
  line-height: 1.7;
}

.pc-procurement-qty {
  display: grid;
  grid-template-columns: 34px 54px 34px;
}

.pc-procurement-qty button,
.pc-procurement-qty input {
  min-width: 0;
  height: 36px;
  padding: 0;
  border: 1px solid #d5dfeb;
  border-radius: 0;
  background: #fff;
  color: #172f55;
  font-family: inherit;
  text-align: center;
}

.pc-procurement-qty button {
  color: #456080;
  font-size: 17px;
  cursor: pointer;
}

.pc-procurement-qty button + input,
.pc-procurement-qty input + button {
  border-left: 0;
}

.pc-procurement-qty input::-webkit-inner-spin-button,
.pc-procurement-qty input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.pc-procurement-note {
  position: relative;
  display: block;
}

.pc-procurement-note textarea {
  width: 100%;
  min-height: 66px;
  padding: 9px 10px 20px;
  resize: vertical;
  border: 1px solid #d5dfeb;
  border-radius: 4px;
  color: #203858;
  background: #fff;
  font-family: inherit;
  font-size: 11px;
}

.pc-procurement-note small {
  position: absolute;
  right: 7px;
  bottom: 6px;
  color: #8390a3;
  font-size: 9px;
}

.pc-procurement-remove {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #d5dfeb;
  border-radius: 4px;
  color: #667995;
  background: #fff;
  cursor: pointer;
}

.pc-procurement-remove svg {
  width: 16px;
  height: 16px;
}

.pc-procurement-item-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-procurement-note-toggle {
  display: none;
}

.pc-procurement-empty {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-height: 170px;
  place-content: center;
  border: 1px dashed #a9c5e9;
  color: #6b7c94;
  text-align: center;
}

.pc-procurement-empty[hidden] {
  display: none;
}

.pc-procurement-more[hidden] {
  display: none;
}

.pc-procurement-empty strong {
  color: #1a365e;
}

.pc-procurement-more {
  width: 100%;
  min-height: 44px;
  margin-top: 14px;
  border: 1px dashed #86b4ee;
  border-radius: 4px;
  color: #075fda;
  background: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.pc-procurement-hint {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 14px 0 0;
  padding: 13px 14px;
  color: #5b6e89;
  background: #f5f8fc;
  font-size: 11px;
  line-height: 1.6;
}

.pc-procurement-hint svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: #0868ef;
}

.pc-procurement-fields {
  border-left: 1px solid #dce5f1;
  background: #fbfdff;
}

.pc-procurement-fields > label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 4px;
  margin-bottom: 14px;
  color: #253c60;
  font-size: 12px;
  font-weight: 800;
}

.pc-procurement-fields > label > small {
  color: #7f8ca0;
  font-weight: 500;
}

.pc-procurement-fields > label > input,
.pc-procurement-fields > label > textarea {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #d4dfeb;
  border-radius: 4px;
  color: #172f55;
  background: #fff;
  font-family: inherit;
  font-size: 12px;
}

.pc-procurement-fields > label > textarea {
  min-height: 108px;
  resize: vertical;
}

.pc-procurement-fields fieldset {
  margin: 16px 0;
  padding: 14px;
  border: 1px solid #dce5ef;
  border-radius: 4px;
  background: #fff;
}

.pc-procurement-fields legend {
  padding: 0 4px;
  color: #243b5e;
  font-size: 12px;
  font-weight: 800;
}

.pc-procurement-fields legend small {
  color: #7b899e;
  font-weight: 500;
}

.pc-procurement-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pc-procurement-contact-grid label {
  display: grid;
  gap: 6px;
  color: #2b4265;
  font-size: 11px;
  font-weight: 700;
}

.pc-procurement-contact-grid input {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 9px 10px;
  border: 1px solid #d6e0eb;
  border-radius: 4px;
  color: #172f55;
  background: #fff;
  font-family: inherit;
  font-size: 11px;
}

.pc-procurement-submit {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #0868ef;
  box-shadow: 0 8px 18px rgba(8, 104, 239, .2);
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.pc-procurement-submit svg {
  width: 22px;
  height: 22px;
}

.pc-procurement-submit:disabled {
  cursor: not-allowed;
  background: #9caabd;
  box-shadow: none;
}

.pc-procurement-response,
.pc-procurement-privacy {
  margin: 8px 0 0;
  color: #7a899e;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.pc-procurement-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.pc-procurement-privacy svg {
  width: 12px;
  height: 12px;
}

.quote-form-privacy {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: #6f7f94;
  font-size: 11px;
  line-height: 1.55;
}

.quote-form-privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.abx-immersive-form .quote-form-privacy {
  color: rgba(255, 255, 255, .72);
}

.pc-procurement-layer button:focus-visible,
.pc-procurement-layer a:focus-visible,
.pc-procurement-layer input:focus-visible,
.pc-procurement-layer textarea:focus-visible {
  outline: 3px solid rgba(8, 104, 239, .32);
  outline-offset: 2px;
}

.pc-procurement-note-toggle,
.pc-procurement-next,
.pc-procurement-summary {
  display: none;
}

.pc-procurement-success {
  max-width: 620px;
  margin: auto;
  padding: 56px 24px;
  text-align: center;
}

.pc-procurement-success[hidden],
[data-pc-procurement-panel][hidden] {
  display: none !important;
}

.pc-procurement-dialog[data-pc-procurement-step="success"] .pc-procurement-grid {
  display: none;
}

.pc-procurement-success__icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #169c50;
  background: #e8f8ef;
}

.pc-procurement-success__icon svg {
  width: 34px;
  height: 34px;
}

.pc-procurement-success h3 {
  margin: 0;
  color: #102945;
  font-size: 28px;
}

.pc-procurement-success p {
  margin: 12px 0 24px;
  color: #65768b;
  line-height: 1.7;
}

.pc-procurement-success__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pc-procurement-success__actions button {
  min-height: 46px;
  border: 1px solid #bdd6f1;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.pc-procurement-success__primary {
  border-color: #0868ef !important;
  color: #fff;
  background: #0868ef;
}

.pc-procurement-success__secondary {
  color: #0862c4;
  background: #fff;
}

@media (max-width: 1180px) {
  .pc-procurement-layer {
    padding: 0;
    place-items: stretch;
  }

  .pc-procurement-dialog {
    width: 100vw;
    height: 100dvh;
    max-height: none;
    border: 0;
    border-radius: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .pc-procurement-scroll {
    min-height: 0;
    max-height: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 18px;
  }

  .pc-procurement-heading {
    flex: 0 0 auto;
    display: block;
    margin-bottom: 14px;
  }

  .pc-procurement-heading ol {
    min-width: 0;
    max-width: 620px;
    gap: 16px;
    margin-top: 14px;
  }

  .pc-procurement-heading li:not([aria-current="step"]) > b {
    color: #6f8299;
    background: #e8eef6;
    box-shadow: none;
  }

  .pc-procurement-grid {
    min-height: 0;
    flex: 1 1 auto;
    display: block;
    overflow: hidden;
  }

  .pc-procurement-products,
  .pc-procurement-fields {
    width: min(760px, 100%);
    height: 100%;
    min-height: 0;
    margin: 0 auto;
    padding: 16px;
    border: 0;
    background: #fff;
  }

  .pc-procurement-products {
    display: flex;
    flex-direction: column;
  }

  .pc-procurement-fields {
    overflow-y: auto;
  }

  .pc-procurement-table-head {
    display: none;
  }

  .pc-procurement-hint {
    display: none;
  }

  [data-pc-modal-items] {
    max-height: 352px;
    display: grid;
    grid-auto-rows: max-content;
    align-content: start;
    gap: 8px;
    overflow-y: auto;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #b9cce2 transparent;
  }

  .pc-procurement-item {
    grid-template-columns: minmax(0, 1fr) 104px;
    grid-auto-rows: max-content;
    gap: 10px;
    min-height: 62px;
    padding: 7px;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
  }

  .pc-procurement-item-product {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 9px;
  }

  .pc-procurement-item-product > div {
    min-width: 0;
  }

  .pc-procurement-item-product strong,
  .pc-procurement-item-product span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pc-procurement-item-product img {
    width: 48px;
    height: 48px;
  }

  .pc-procurement-item-specs,
  .pc-procurement-item .pc-procurement-note {
    display: none;
  }

  .pc-procurement-item .pc-procurement-qty {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    display: grid;
    grid-template-columns: 28px 48px 28px;
  }

  .pc-procurement-item .pc-procurement-qty button,
  .pc-procurement-item .pc-procurement-qty input {
    height: 28px;
    font-size: 12px;
  }

  .pc-procurement-item-actions {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    justify-content: flex-end;
    gap: 8px;
  }

  .pc-procurement-note-toggle {
    min-height: 20px;
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    color: #60758f;
    background: transparent;
    font-family: inherit;
    font-size: 10px;
    cursor: pointer;
  }

  .pc-procurement-item .pc-procurement-remove {
    width: 20px;
    height: 20px;
    border: 0;
    background: transparent;
  }

  .pc-procurement-item .pc-procurement-remove svg {
    width: 13px;
    height: 13px;
  }

  .pc-procurement-item.is-note-open .pc-procurement-note {
    grid-column: 1 / -1;
    grid-row: 2;
    display: block;
  }

  .pc-procurement-item.is-note-open .pc-procurement-note textarea {
    min-height: 58px;
    resize: vertical;
  }

  .pc-procurement-next {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: #0868ef;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
  }

  .pc-procurement-next:disabled {
    cursor: not-allowed;
    background: #9caabd;
  }

  .pc-procurement-next svg {
    width: 18px;
    height: 18px;
  }

  .pc-procurement-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding: 12px;
    border: 1px solid #dce7f2;
    border-radius: 8px;
    background: #f7faff;
  }

  .pc-procurement-summary strong,
  .pc-procurement-summary span {
    display: block;
  }

  .pc-procurement-summary em {
    font-style: normal;
  }

  .pc-procurement-summary span {
    margin-top: 3px;
    color: #718197;
    font-size: 11px;
  }

  .pc-procurement-summary button {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #b9d6f4;
    border-radius: 6px;
    color: #0863c8;
    background: #fff;
    font-family: inherit;
    font-weight: 800;
    cursor: pointer;
  }

  .pc-procurement-submit {
    position: sticky;
    bottom: 0;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .pc-procurement-brandbar {
    min-height: 58px;
    padding: 0 14px;
  }

  .pc-procurement-brand img {
    height: 35px;
    max-width: 156px;
  }

  .pc-procurement-brandbar > button {
    width: 38px;
    height: 38px;
  }

  .pc-procurement-scroll {
    padding: 12px;
  }

  .pc-procurement-title-row {
    display: block;
  }

  .pc-procurement-title-row h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .pc-procurement-heading ol {
    gap: 10px;
  }

  .pc-procurement-heading li:not(:last-child)::after {
    left: calc(50% + 28px);
    width: calc(100% - 12px);
  }

  .pc-procurement-heading li > small {
    display: none;
  }

  .pc-procurement-products,
  .pc-procurement-fields {
    padding: 12px;
  }

  .pc-procurement-contact-grid {
    grid-template-columns: 1fr;
  }

  .pc-procurement-success {
    padding: 36px 16px;
  }

  .pc-procurement-success__actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-procurement-layer,
  .pc-procurement-dialog {
    transition: none;
  }
}

/* Product center static rebuild */
.pc-static-page {
  --pc-blue: #0967c9;
  --pc-blue-dark: #00439e;
  --pc-sky: #e9f3ff;
  --pc-ink: #17243a;
  --pc-muted: #64748b;
  --pc-line: #dbe7f5;
  --pc-soft-line: #edf3fa;
  --pc-surface: #ffffff;
  --pc-bg: #f4f8ff;
  --pc-accent: #ff8a00;
  background: var(--pc-bg);
  color: var(--pc-ink);
  overflow: hidden;
}

.pc-static-page *,
.pc-static-page *::before,
.pc-static-page *::after {
  box-sizing: border-box;
}

.pc-static-page a {
  color: inherit;
  text-decoration: none;
}

.pc-static-page img {
  display: block;
  max-width: 100%;
}

.pc-static-page button,
.pc-static-page select {
  font: inherit;
}

.pc-static-page svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pc-shell {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.pc-hero {
  position: relative;
  min-height: 280px;
  background:
    linear-gradient(90deg, rgba(2, 35, 80, .94) 0%, rgba(8, 86, 174, .78) 48%, rgba(255, 255, 255, .04) 100%),
    var(--pc-hero-bg) center right / cover no-repeat;
  color: #fff;
}

.pc-hero__inner {
  min-height: 280px;
  display: flex;
  align-items: center;
  padding: 22px 0 26px;
}

.pc-hero__copy {
  width: min(760px, 100%);
}

.pc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, .78);
}

.pc-breadcrumb a:hover {
  color: #fff;
}

.pc-eyebrow,
.pc-toolbar__eyebrow,
.pc-panel-title span,
.pc-cart-panel__head span,
.pc-section-head span {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pc-eyebrow {
  color: #b9ddff;
}

.pc-hero h1 {
  margin: 6px 0 9px;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 800;
}

.pc-hero__desc {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 15px;
  line-height: 1.6;
}

.pc-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  max-width: 720px;
}

.pc-metrics div {
  min-height: 62px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .13);
}

.pc-metrics strong {
  display: block;
  font-size: 21px;
  line-height: 1.1;
  color: #fff;
}

.pc-metrics span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, .72);
}

.pc-catalog {
  scroll-margin-top: 18px;
  padding: 22px 0 6px;
}

.pc-catalog__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.pc-filter-form {
  position: relative;
}

.pc-promo-strip,
.pc-filter-panel--top,
.pc-products-area {
  grid-column: 1 / -1;
}

.pc-promo-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(260px, 390px) auto;
  gap: 22px;
  align-items: center;
  min-height: 104px;
  padding: 14px 28px;
  overflow: hidden;
  border: 1px solid #d7e8fb;
  border-radius: 8px;
  background: linear-gradient(100deg, #eaf4ff 0%, #f5fbff 46%, #eaf4ff 100%);
  box-shadow: 0 10px 24px rgba(9, 103, 201, .06);
}

.pc-promo-strip__copy {
  display: grid;
  gap: 6px;
}

.pc-promo-strip__copy strong {
  color: var(--pc-blue-dark);
  font-size: 26px;
  line-height: 1.18;
  font-weight: 900;
}

.pc-promo-strip__copy span {
  color: #2b6da9;
  font-size: 14px;
  font-weight: 700;
}

.pc-promo-strip__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #5d7087;
  font-size: 12px;
  white-space: nowrap;
}

.pc-promo-strip__badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pc-promo-strip__badges svg {
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 999px;
  background: #fff;
  color: var(--pc-blue);
}

.pc-promo-strip__images {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  height: 84px;
  padding: 0 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .84);
}

.pc-promo-strip__images img {
  width: 112px;
  height: 84px;
  margin-left: -18px;
  object-fit: contain;
}

.pc-promo-strip__images img:first-child {
  width: 126px;
  margin-left: 0;
}

.pc-promo-strip__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--pc-blue);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.pc-filter-panel,
.pc-products-area,
.pc-cart-panel,
.pc-series-card,
.pc-structure-card,
.pc-scene-card,
.pc-note-card {
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: var(--pc-surface);
}

.pc-filter-panel,
.pc-cart-panel {
  position: sticky;
  top: 18px;
}

.pc-filter-panel {
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 16px 16px 18px;
  scrollbar-width: thin;
  scrollbar-color: #c3d7ee transparent;
}

.pc-filter-panel::-webkit-scrollbar {
  width: 6px;
}

.pc-filter-panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c3d7ee;
}

.pc-filter-panel--top {
  position: static;
  max-height: none;
  overflow: visible;
  padding: 16px 24px;
  box-shadow: 0 12px 26px rgba(14, 77, 145, .06);
}

.pc-panel-title,
.pc-cart-panel__head,
.pc-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pc-panel-title {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--pc-soft-line);
}

.pc-filter-panel--top .pc-panel-title {
  padding-bottom: 10px;
  border-bottom: 0;
}

.pc-filter-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.pc-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #fff7ed;
  color: #a95b00;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.pc-panel-title span,
.pc-cart-panel__head span,
.pc-toolbar__eyebrow,
.pc-section-head span {
  color: var(--pc-blue);
}

.pc-panel-title h2,
.pc-cart-panel__head h2 {
  margin: 3px 0 0;
  font-size: 18px;
  line-height: 1.25;
}

.pc-panel-title button,
.pc-filter-reset {
  min-width: 54px;
  height: 30px;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  background: #f8fbff;
  color: var(--pc-muted);
  cursor: pointer;
}

.pc-filter-collapse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 8px;
  border: 0 !important;
  background: transparent !important;
  color: var(--pc-blue) !important;
  font-size: 12px;
  font-weight: 800;
}

.pc-filter-collapse svg {
  width: 14px;
  height: 14px;
  transition: transform .18s ease;
}

.pc-filter-collapse[aria-expanded="false"] svg {
  transform: rotate(180deg);
}

.pc-filter-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
}

.pc-filter-reset svg {
  width: 14px;
  height: 14px;
}

.pc-filter-body {
  display: grid;
  gap: 14px;
}

.pc-filter-topline {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 120px 120px;
  gap: 12px;
  align-items: center;
}

.pc-filter-active-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.pc-filter-active-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #c8ddf5;
  border-radius: 999px;
  background: #f2f8ff;
  color: var(--pc-blue-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.pc-filter-shortcuts {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 4px 0 10px;
  border-bottom: 1px solid var(--pc-soft-line);
}

.pc-filter-shortcuts > span {
  color: var(--pc-ink);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.pc-filter-quick-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.pc-filter-quick-card {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 30px;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid #edf3fa;
  border-radius: 6px;
  background: #f5f8fc;
  color: #53667d;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.pc-filter-quick-card:hover,
.pc-filter-quick-card.is-active {
  border-color: var(--pc-blue);
  background: #edf6ff;
  color: var(--pc-blue-dark);
}

.pc-filter-quick-card.is-active::after {
  display: none;
}

.pc-filter-quick-card strong,
.pc-filter-quick-card span {
  display: inline;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-filter-quick-card strong {
  color: inherit;
  font-size: 12px;
  line-height: 1.25;
}

.pc-filter-quick-card span {
  color: #7b8ba0;
  font-size: 11px;
}

.pc-filter-quick-card span::before {
  content: "· ";
}

.pc-filter-group-block {
  display: grid;
  gap: 12px;
  padding: 12px 0 2px;
}

.pc-filter-group-heading {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 12px;
  min-width: 0;
}

.pc-filter-group-heading h3 {
  margin: 0;
  color: var(--pc-ink);
  font-size: 16px;
  line-height: 1.25;
}

.pc-filter-group-heading span {
  min-width: 0;
  color: var(--pc-muted);
  font-size: 12px;
  line-height: 1.35;
  text-align: left;
}

.pc-filter-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 14px;
}

.pc-filter-section-grid--advanced {
  margin-top: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.pc-filter-section {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: #fff;
}

.pc-filter-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--pc-soft-line);
}

.pc-filter-section-title h3 {
  margin: 0;
  color: var(--pc-ink);
  font-size: 16px;
  line-height: 1.25;
}

.pc-filter-section-title span {
  color: var(--pc-muted);
  font-size: 12px;
  line-height: 1.35;
  text-align: right;
}

.pc-filter-pill-group {
  display: grid;
  gap: 8px;
}

.pc-filter-select-grid + .pc-filter-pill-group {
  margin-top: 2px;
}

.pc-filter-pill-group--advanced {
  padding-top: 2px;
}

.pc-filter-advanced {
  min-width: 0;
  margin-top: 2px;
  padding: 0 14px 12px;
  border: 1px solid #cfe2f8;
  border-radius: 8px;
  background: linear-gradient(180deg, #f3f9ff 0%, #f8fbff 100%);
}

.pc-filter-advanced summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 12px 0;
  color: var(--pc-ink);
  cursor: pointer;
  list-style: none;
}

.pc-filter-advanced summary::-webkit-details-marker {
  display: none;
}

.pc-filter-advanced-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.pc-filter-advanced summary strong {
  font-size: 15px;
  line-height: 1.25;
}

.pc-filter-advanced summary em {
  color: var(--pc-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.pc-filter-collapse--summary {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 0 0 16px;
  white-space: nowrap;
}

.pc-filter-collapse--summary svg {
  width: 14px;
  height: 14px;
}

.pc-filter-advanced[open] summary {
  border-bottom: 1px solid #d8e9fb;
}

.pc-filter-advanced[open] .pc-filter-collapse--summary svg {
  transform: rotate(0deg);
}

.pc-filter-advanced-body {
  display: grid;
  gap: 12px;
  padding: 12px 0 0;
}

.pc-filter-advanced .pc-filter-pill {
  border-color: #dcebf9;
  background: #fff;
}

.pc-filter-advanced .pc-filter-pill.is-active {
  border-color: var(--pc-blue);
  background: var(--pc-blue);
}

.pc-filter-tabs {
  display: flex;
  min-width: 0;
  overflow-x: auto;
  padding-top: 2px;
  border-bottom: 1px solid #c9ddf4;
  scrollbar-width: none;
}

.pc-filter-tabs::-webkit-scrollbar {
  display: none;
}

.pc-filter-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 0;
  min-width: 148px;
  min-height: 42px;
  margin: 0 0 -1px -1px;
  padding: 0 18px;
  border: 1px solid #cfe0f3;
  border-bottom-color: #c9ddf4;
  border-radius: 8px 8px 0 0;
  background: #f7fbff;
  color: #315070;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.pc-filter-tab:first-child {
  margin-left: 0;
}

.pc-filter-tab em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 20px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #e8f2ff;
  color: var(--pc-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.pc-filter-tab:hover {
  border-color: #b8d4f3;
  color: var(--pc-blue-dark);
}

.pc-filter-tab.is-active {
  position: relative;
  z-index: 1;
  border-color: var(--pc-blue);
  background: var(--pc-blue);
  color: #fff;
  box-shadow: 0 8px 16px rgba(9, 103, 201, .14);
}

.pc-filter-tab.is-active em {
  background: #fff;
  color: var(--pc-blue);
}

.pc-filter-tab-panels {
  min-width: 0;
  padding: 14px;
  border: 1px solid #c9ddf4;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.pc-filter-tab-panel[hidden] {
  display: none;
}

.pc-filter-tab-panel--advanced .pc-filter-pill {
  border-color: #dcebf9;
  background: #fff;
}

.pc-filter-tab-panel--advanced .pc-filter-pill.is-active {
  border-color: var(--pc-blue);
  background: var(--pc-blue);
}

.pc-selected-filters {
  display: grid;
  gap: 10px;
  margin-top: 2px;
  padding: 11px 14px;
  border: 1px solid #d6e8fb;
  border-radius: 8px;
  background: #f4f9ff;
}

.pc-selected-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.pc-selected-filters__head strong {
  color: var(--pc-ink);
  font-size: 13px;
  line-height: 1.35;
}

.pc-selected-filters__clear {
  flex: 0 0 auto;
  color: var(--pc-blue) !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.pc-selected-filters__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.pc-selected-filter-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  justify-self: end;
  margin-top: -6px;
}

.pc-selected-filter-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}

.pc-selected-filter-action--ghost {
  border: 1px solid #b8d7f8;
  background: #fff;
  color: var(--pc-blue) !important;
}

.pc-selected-filter-action--primary {
  border: 1px solid var(--pc-blue);
  background: var(--pc-blue);
  color: #fff !important;
}

.pc-selected-filter-action:disabled {
  border-color: #dce7f3;
  background: #f7f9fc;
  color: #a9b8c8 !important;
  cursor: not-allowed;
}

.pc-selected-filter-chip,
.pc-selected-filter-empty {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.pc-selected-filter-chip {
  gap: 6px;
  overflow: hidden;
  border: 1px solid #b8d7f8;
  background: #fff;
  color: var(--pc-blue-dark) !important;
  text-decoration: none;
}

.pc-selected-filter-chip__label {
  flex: 0 0 auto;
  color: #5f7896;
}

.pc-selected-filter-chip__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-selected-filter-chip em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #e8f2ff;
  color: var(--pc-blue);
  font-style: normal;
  line-height: 1;
}

.pc-selected-filter-chip:hover {
  border-color: var(--pc-blue);
  background: #edf6ff;
}

.pc-selected-filter-empty {
  border: 1px dashed #cbd9ea;
  background: #fff;
  color: #8a9aae;
}

.pc-filter-select-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.pc-filter-select-grid--regular {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pc-filter-select-grid--advanced {
  grid-template-columns: minmax(260px, 420px);
}

.pc-filter-select {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.pc-filter-select span,
.pc-filter-row__label,
.pc-filter-search--inline span {
  color: var(--pc-ink);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.pc-filter-select select {
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 0 30px 0 10px;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  background: #fff;
  color: var(--pc-muted);
  font-size: 12px;
}

.pc-filter-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.pc-filter-row__label {
  padding-top: 7px;
}

.pc-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.pc-filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 54px;
  min-height: 27px;
  padding: 4px 13px;
  border: 1px solid #edf3fa;
  border-radius: 6px;
  background: #f5f8fc;
  color: #5f7085 !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  max-width: 100%;
  text-decoration: none;
}

.pc-filter-pill span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-filter-pill em {
  flex: 0 0 auto;
  color: #9aa9ba;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.pc-filter-pill input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.pc-filter-pill.is-active {
  border-color: var(--pc-blue);
  background: var(--pc-blue);
  color: #fff !important;
}

.pc-filter-pill.is-active em {
  color: rgba(255, 255, 255, .75);
}

.pc-filter-pill.is-disabled {
  border-color: #eef2f6;
  background: #f8fafc;
  color: #b6c0cc !important;
  cursor: not-allowed;
  opacity: .76;
}

.pc-filter-pill.is-disabled em {
  color: #c5ced8;
}

.pc-filter-pill.is-disabled input {
  cursor: not-allowed;
}

.pc-filter-bottom {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 120px 82px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-top: 2px;
}

.pc-filter-search {
  display: grid;
  gap: 7px;
  padding: 13px 0 10px;
  border-bottom: 1px solid var(--pc-soft-line);
}

.pc-filter-search--inline {
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 0;
  border-bottom: 0;
}

.pc-filter-search span {
  color: var(--pc-ink);
  font-size: 14px;
  font-weight: 800;
}

.pc-filter-search input {
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  color: var(--pc-ink);
  background: #fff;
}

.pc-filter-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  padding: 0 14px;
  margin: 0;
  border: 0;
  border-radius: 6px;
  background: var(--pc-blue);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.pc-filter-topline .pc-filter-reset {
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 0 14px;
  font-weight: 800;
}

.pc-filter-group {
  padding: 12px 0;
  border-bottom: 1px solid var(--pc-soft-line);
}

.pc-filter-group:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pc-filter-group h3 {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
}

.pc-filter-options {
  display: grid;
  gap: 7px;
}

.pc-filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 22px;
  color: var(--pc-muted);
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer;
}

.pc-filter-option input {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--pc-blue);
}

.pc-filter-option input:checked + span {
  color: var(--pc-ink);
  font-weight: 700;
}

.pc-filter-option span {
  min-width: 0;
  flex: 1 1 auto;
}

.pc-filter-option em {
  flex: 0 0 auto;
  color: #9aa9ba;
  font-size: 11px;
  font-style: normal;
}

.pc-products-area {
  min-width: 0;
  padding: 14px;
}

.pc-filter-form.is-loading .pc-products-area,
.pc-filter-form.is-loading .pc-cart-panel {
  opacity: .55;
  pointer-events: none;
}

.pc-toolbar {
  margin-bottom: 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--pc-soft-line);
}

.pc-toolbar__eyebrow {
  margin-bottom: 8px;
}

.pc-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pc-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #c8ddf5;
  border-radius: 999px;
  background: #f2f8ff;
  color: var(--pc-blue-dark);
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}

.pc-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.pc-toolbar__actions label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--pc-muted);
  font-size: 13px;
}

.pc-toolbar__actions select {
  height: 34px;
  max-width: 130px;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  background: #fff;
  color: var(--pc-ink);
}

.pc-view-toggle {
  display: inline-grid;
  grid-template-columns: 34px 34px;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  overflow: hidden;
}

.pc-view-toggle button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-right: 1px solid var(--pc-line);
  background: #fff;
  color: var(--pc-muted);
  cursor: pointer;
}

.pc-view-toggle button:last-child {
  border-right: 0;
}

.pc-view-toggle button.is-active {
  background: var(--pc-blue);
  color: #fff;
}

.pc-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pc-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 522px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d5e2f0;
  border-radius: 8px;
  background: #fff;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.pc-product-card:hover {
  transform: translateY(-2px);
  border-color: #b9d5f4;
  box-shadow: 0 12px 28px rgba(9, 103, 201, .1);
}

.pc-product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  aspect-ratio: 1.26 / 1;
  padding: 18px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  overflow: hidden;
}

.pc-product-card__media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(219, 231, 245, 0), #e2ebf5 22%, #e2ebf5 78%, rgba(219, 231, 245, 0));
  content: "";
}

.pc-product-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 176px;
  padding: 0;
  background: #fff;
  object-fit: contain;
}

.pc-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 13px 13px 14px;
}

.pc-product-card h2 {
  display: -webkit-box;
  min-height: 40px;
  margin: 0;
  overflow: hidden;
  color: var(--pc-ink);
  font-size: 15.5px;
  line-height: 1.28;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pc-spec-table {
  margin-top: 11px;
  overflow: hidden;
  border: 1px solid #dde7f1;
  background: #fff;
}

.pc-spec-row {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 30px;
  border-top: 1px solid #e5edf6;
}

.pc-spec-row:first-child {
  border-top: 0;
}

.pc-spec-label {
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  line-height: 1.2;
  white-space: nowrap;
}

.pc-spec-label {
  gap: 4px;
  padding: 6px 7px;
  border-right: 1px solid #e5edf6;
  background: #fbfdff;
  color: #59687c;
  font-size: 11.5px;
  font-weight: 800;
}

.pc-spec-label svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  color: var(--pc-blue);
  stroke-width: 2;
}

.pc-spec-row strong {
  display: block;
  min-width: 0;
  padding: 6px 8px;
  overflow: hidden;
  color: #303d50;
  font-size: 11.5px;
  line-height: 1.55;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-spec-row--model {
  grid-template-columns: 50px minmax(0, 1fr);
  min-height: 32px;
  background: #fbfdff;
}

.pc-spec-row--model .pc-spec-label {
  padding-right: 3px;
  border-right: 0;
  background: transparent;
  color: #65748a;
}

.pc-spec-row--model .pc-spec-label::after {
  content: "：";
}

.pc-spec-row--model strong {
  padding-left: 0;
  color: #46566a;
}

.pc-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 24px;
  margin-top: 10px;
  overflow: hidden;
}

.pc-tag-row span {
  max-width: 100%;
  padding: 4px 8px;
  overflow: hidden;
  border-radius: 6px;
  background: #eaf4ff;
  color: var(--pc-blue-dark);
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 13px;
}

.pc-card-actions button,
.pc-card-actions a,
.pc-cart-primary,
.pc-cart-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.pc-card-actions button {
  border: 0;
  background: var(--pc-blue);
  color: #fff;
  cursor: pointer;
}

.pc-card-actions a {
  border: 1px solid #b8d7f8;
  background: #fff;
  color: var(--pc-blue-dark);
  font-size: 13px;
}

.pc-card-actions__primary {
  border: 0 !important;
  background: var(--pc-blue) !important;
  color: #fff !important;
}

.pc-card-actions__primary svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.1;
}

.pc-card-actions__detail {
  width: 100%;
  min-width: 0;
  padding: 0 10px;
  justify-content: center !important;
  color: var(--pc-blue) !important;
}

.pc-card-actions__detail svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.2;
}

.pc-cart-panel {
  position: fixed;
  top: 128px;
  right: 24px;
  z-index: 28;
  width: 248px;
  max-height: calc(100vh - 148px);
  overflow: auto;
  padding: 16px;
  box-shadow: 0 18px 42px rgba(12, 74, 132, .16);
  scrollbar-width: thin;
  scrollbar-color: #c3d7ee transparent;
}

.pc-cart-float-toggle,
.pc-cart-close {
  display: none;
}

.pc-cart-float-toggle {
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 58px;
  min-height: 188px;
  padding: 10px 8px;
  border: 1px solid #c8ddf5;
  border-radius: 16px;
  background: linear-gradient(180deg, #0b74de 0%, #075fca 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(12, 74, 132, .2);
  cursor: pointer;
}

.pc-cart-float-toggle svg {
  width: 20px;
  height: 20px;
}

.pc-cart-float-toggle__top {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .16);
}

.pc-cart-float-toggle__icon {
  display: grid;
  place-items: center;
}

.pc-cart-float-toggle__label {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  writing-mode: vertical-rl;
}

.pc-cart-float-toggle__top em {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--pc-accent);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.pc-cart-float-toggle__thumbs {
  display: grid;
  gap: 5px;
  justify-items: center;
}

.pc-cart-float-toggle__thumbs img {
  width: 34px;
  height: 34px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 9px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 6px 14px rgba(2, 35, 80, .18);
}

.pc-cart-float-toggle__thumbs img + img {
  margin-top: 0;
}

.pc-cart-close {
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  background: #f8fbff;
  color: var(--pc-blue);
  cursor: pointer;
}

.pc-cart-close svg {
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}

@media (min-width: 1984px) {
  .pc-cart-panel {
    right: calc((100vw - 1440px) / 2 - 272px);
  }
}

@media (max-width: 1983px) {
  .pc-cart-float-toggle {
    position: fixed;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 44px;
    min-height: 44px;
    height: 44px;
    padding: 0;
    border-radius: 999px;
    top: auto !important;
    right: 4px !important;
    bottom: 18px !important;
    left: auto !important;
    z-index: 31;
  }

  .pc-cart-float-toggle__top {
    width: 34px;
    height: 34px;
    border-radius: 999px;
  }

  .pc-cart-float-toggle svg {
    width: 18px;
    height: 18px;
  }

  .pc-cart-float-toggle__copy,
  .pc-cart-float-toggle__arrow,
  .pc-cart-float-toggle__thumbs {
    display: none;
  }

  .pc-cart-panel {
    opacity: 0;
    pointer-events: none;
    transform: translateX(calc(100% + 24px));
    transition: opacity .18s ease, transform .22s ease;
    visibility: hidden;
  }

  .pc-filter-form.is-cart-open .pc-cart-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }

  .pc-filter-form.is-cart-open .pc-cart-float-toggle {
    opacity: 0;
    pointer-events: none;
  }

  .pc-cart-close {
    display: grid;
  }

  .pc-cart-panel__head > svg {
    display: none;
  }
}

@media (min-width: 1181px) and (max-width: 1500px) {
  .pc-static-page .pc-shell {
    width: min(1440px, calc(100% - 112px));
  }
}

.pc-cart-panel::-webkit-scrollbar {
  width: 6px;
}

.pc-cart-panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c3d7ee;
}

.pc-cart-panel__head {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--pc-soft-line);
}

.pc-cart-panel__head h2 em {
  color: var(--pc-accent);
  font-style: normal;
}

.pc-cart-panel__head > svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 8px;
  background: #eaf4ff;
  color: var(--pc-blue);
}

.pc-cart-list {
  --pc-cart-visible-items: 5;
  display: grid;
  gap: 10px;
  max-height: 308px;
  overflow-y: auto;
  padding: 14px 0;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #c3d7ee transparent;
}

.pc-cart-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.pc-cart-item img {
  width: 48px;
  height: 48px;
  padding: 4px;
  border-radius: 6px;
  background: #f4f8ff;
  object-fit: contain;
}

.pc-cart-item strong,
.pc-cart-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-cart-item strong {
  color: var(--pc-ink);
  font-size: 13px;
  line-height: 1.35;
}

.pc-cart-item span {
  margin-top: 4px;
  color: var(--pc-muted);
  font-size: 12px;
}

.pc-cart-primary {
  width: 100%;
  background: var(--pc-blue);
  color: #fff;
}

.pc-cart-benefits {
  display: grid;
  gap: 9px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--pc-soft-line);
}

.pc-cart-benefits p {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
  color: var(--pc-muted);
  font-size: 13px;
  line-height: 1.45;
}

.pc-cart-benefits svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: #16a34a;
}

.pc-cart-cta {
  margin-top: 16px;
  padding: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, #074fba 0%, #0b74de 100%);
  color: #fff;
}

.pc-cart-cta strong,
.pc-cart-cta span {
  display: block;
}

.pc-cart-cta span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.55;
}

.pc-cart-cta a {
  width: 100%;
  margin-top: 12px;
  background: #fff;
  color: var(--pc-blue-dark);
}

.pc-empty-state {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 260px;
  padding: 46px 20px;
  border: 1px dashed #bfd5ee;
  border-radius: 8px;
  background: #f8fbff;
  text-align: center;
}

.pc-empty-state strong {
  color: var(--pc-ink);
  font-size: 20px;
}

.pc-empty-state p {
  max-width: 420px;
  margin: 0;
  color: var(--pc-muted);
  line-height: 1.65;
}

.pc-empty-state a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--pc-blue);
  color: #fff;
  font-weight: 800;
}

.pc-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--pc-soft-line);
}

.pc-pagination__number,
.pc-pagination__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  background: #fff;
  color: var(--pc-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.pc-pagination__step {
  min-width: 74px;
}

.pc-pagination__number.is-active {
  border-color: var(--pc-blue);
  background: var(--pc-blue);
  color: #fff;
}

.pc-pagination__step.is-disabled {
  color: #a6b2c0;
  background: #f5f7fa;
}

.pc-section {
  padding: 30px 0;
}

.pc-section-head {
  display: grid;
  gap: 8px;
  max-width: 720px;
  margin-bottom: 18px;
}

.pc-section-head h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.25;
}

.pc-section-head p {
  margin: 0;
  color: var(--pc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.pc-series-grid,
.pc-notes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pc-series-card,
.pc-note-card {
  min-width: 0;
  padding: 18px;
}

.pc-series-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.pc-series-card svg,
.pc-note-card > svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 8px;
  background: #eaf4ff;
  color: var(--pc-blue);
}

.pc-series-card strong {
  color: var(--pc-accent);
  font-size: 18px;
}

.pc-series-card h3,
.pc-structure-card h3,
.pc-scene-card h3,
.pc-note-card h3 {
  margin: 0;
  color: var(--pc-ink);
  font-size: 17px;
  line-height: 1.35;
}

.pc-series-card p,
.pc-note-card p {
  margin: 10px 0 0;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.65;
}

.pc-structure-section {
  background: #071c35;
  color: #fff;
}

.pc-structure-section .pc-shell {
  position: relative;
}

.pc-structure-section .pc-shell::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 72px;
  height: 3px;
  background: #ef8d28;
}

.pc-structure-section .pc-section-head span {
  color: #71baff;
}

.pc-structure-section .pc-section-head h2 {
  color: #fff;
}

.pc-structure-section .pc-section-head p {
  color: #aabfd6;
}

.pc-structure-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.pc-structure-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-width: 0;
  min-height: 254px;
  padding: 20px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: #0d2949;
  color: #fff;
  text-align: left;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.pc-structure-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #ef8d28;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}

.pc-structure-card__number {
  position: absolute;
  right: 11px;
  bottom: -25px;
  color: rgba(255, 255, 255, .055);
  font-size: 104px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
  pointer-events: none;
}

.pc-structure-card__eyebrow,
.pc-structure-card h3,
.pc-structure-card__description,
.pc-structure-card__footer {
  position: relative;
  z-index: 1;
}

.pc-structure-card__eyebrow {
  color: #71baff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.pc-structure-card h3 {
  margin: 32px 0 10px;
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.pc-structure-card__description {
  margin: 0;
  color: #b2c5d8;
  font-size: 12px;
  line-height: 1.7;
}

.pc-structure-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
  color: #8eb2d3;
  font-size: 10px;
  font-weight: 800;
}

.pc-structure-card__arrow {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-size: 17px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.pc-structure-card:hover,
.pc-structure-card:focus-visible,
.pc-structure-card.is-active {
  transform: translateY(-4px);
  border-color: rgba(113, 186, 255, .55);
  background: #075eaf;
}

.pc-structure-card:hover::before,
.pc-structure-card:focus-visible::before,
.pc-structure-card.is-active::before {
  transform: scaleX(1);
}

.pc-structure-card:hover .pc-structure-card__eyebrow,
.pc-structure-card:hover .pc-structure-card__description,
.pc-structure-card:hover .pc-structure-card__footer,
.pc-structure-card:focus-visible .pc-structure-card__eyebrow,
.pc-structure-card:focus-visible .pc-structure-card__description,
.pc-structure-card:focus-visible .pc-structure-card__footer,
.pc-structure-card.is-active .pc-structure-card__eyebrow,
.pc-structure-card.is-active .pc-structure-card__description,
.pc-structure-card.is-active .pc-structure-card__footer {
  color: #e0efff;
}

.pc-structure-card:hover .pc-structure-card__arrow,
.pc-structure-card:focus-visible .pc-structure-card__arrow,
.pc-structure-card.is-active .pc-structure-card__arrow {
  color: #075eaf;
  background: #fff;
  transform: translateX(2px);
}

.pc-structure-card:focus-visible {
  outline: 3px solid #ffb24d;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .pc-structure-card,
  .pc-structure-card::before,
  .pc-structure-card__arrow {
    transition: none;
  }

  .pc-structure-card:hover,
  .pc-structure-card:focus-visible {
    transform: none;
  }
}

.pc-scenes-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.pc-scene-card {
  overflow: hidden;
}

.pc-scene-card img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
}

.pc-scene-card div {
  padding: 14px;
}

.pc-scene-card p {
  margin: 8px 0 0;
  color: var(--pc-muted);
  font-size: 13px;
  line-height: 1.55;
}

.pc-note-card {
  display: grid;
  gap: 12px;
}

@media (max-width: 1320px) {
  .pc-catalog__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-filter-select-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-filter-topline {
    grid-template-columns: minmax(300px, 1fr) 120px 120px;
  }

  .pc-filter-active-row {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .pc-filter-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pc-promo-strip {
    grid-template-columns: minmax(230px, 1fr) minmax(220px, auto) minmax(220px, 320px) auto;
    gap: 18px;
  }

  .pc-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pc-scenes-grid,
  .pc-structure-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1181px) and (max-width: 1600px) {
  .pc-filter-panel--top {
    padding-right: 92px;
  }
}

@media (max-width: 1180px) {
  .pc-cart-float-toggle {
    flex-direction: row;
    justify-content: flex-start;
    gap: 9px;
    width: 184px;
    min-height: 64px;
    height: 64px;
    padding: 8px 12px 8px 10px;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 18px;
    top: auto !important;
    right: 20px !important;
    bottom: 22px !important;
    left: auto !important;
    background: linear-gradient(135deg, #0874ef 0%, #0554b7 100%);
    box-shadow: 0 14px 30px rgba(5, 83, 181, .4);
  }

  .pc-cart-float-toggle__top {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 13px;
  }

  .pc-cart-float-toggle__copy {
    min-width: 0;
    display: block;
    text-align: left;
  }

  .pc-cart-float-toggle__label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
    writing-mode: horizontal-tb;
  }

  .pc-cart-float-toggle__detail {
    display: block;
    margin-top: 3px;
    color: #d3e7ff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }

  .pc-cart-float-toggle__detail em {
    color: inherit;
    font-style: normal;
  }

  .pc-cart-float-toggle__arrow {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    flex: 0 0 18px;
    margin-left: auto;
  }

  .pc-cart-float-toggle__arrow svg {
    width: 16px;
    height: 16px;
  }

  .pc-catalog__grid {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .pc-promo-strip {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px) auto;
  }

  .pc-promo-strip__badges {
    display: none;
  }

  .pc-filter-section-grid {
    grid-template-columns: 1fr;
  }

  .pc-cart-panel {
    position: fixed;
    top: auto;
    right: 16px;
    bottom: 74px;
    left: auto;
    width: min(360px, calc(100vw - 32px));
    max-height: min(620px, calc(100dvh - 100px));
    overflow: auto;
    box-shadow: 0 18px 42px rgba(12, 74, 132, .2);
  }

  .pc-cart-panel .pc-cart-list {
    grid-template-columns: 1fr;
  }

  .pc-cart-item {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .pc-series-grid,
  .pc-notes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pc-cart-float-toggle {
    width: 176px;
    height: 62px;
    min-height: 62px;
    right: 16px !important;
    bottom: 20px !important;
  }

  .pc-shell {
    width: min(720px, calc(100% - 32px));
  }

  .pc-hero,
  .pc-hero__inner {
    min-height: 0;
  }

  .pc-hero__inner {
    padding: 42px 0;
  }

  .pc-hero h1 {
    font-size: 34px;
  }

  .pc-hero__desc {
    font-size: 15px;
  }

  .pc-catalog__grid {
    grid-template-columns: 1fr;
  }

  .pc-filter-panel:not(.pc-filter-panel--top) {
    max-height: 560px;
    overflow: auto;
    position: static;
  }

  .pc-filter-panel--top {
    max-height: none;
    overflow: visible;
  }

  .pc-promo-strip {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 18px;
  }

  .pc-promo-strip__images {
    justify-content: flex-start;
  }

  .pc-promo-strip__link {
    justify-self: start;
  }

  .pc-filter-select-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-filter-topline {
    grid-template-columns: 1fr 120px 120px;
  }

  .pc-filter-search--inline {
    grid-column: 1 / -1;
  }

  .pc-filter-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-selected-filter-actions {
    justify-content: flex-start;
    justify-self: start;
  }

  .pc-products-area {
    padding: 14px;
  }

  .pc-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .pc-toolbar__actions {
    justify-content: space-between;
  }

  .pc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-product-card {
    min-height: 528px;
  }

  .pc-cart-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-scenes-grid,
  .pc-structure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pc-procurement-export-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-procurement-export-actions button {
    width: 100%;
    padding-inline: 8px;
  }

  .pc-cart-float-toggle {
    justify-content: center;
    gap: 0;
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 6px;
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
    border-radius: 18px;
  }

  .pc-cart-float-toggle__top {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .pc-cart-float-toggle__copy,
  .pc-cart-float-toggle__arrow {
    display: none;
  }

  .pc-hero h1 {
    font-size: 30px;
  }

  .pc-product-grid,
  .pc-cart-list,
  .pc-series-grid,
  .pc-notes-grid,
  .pc-scenes-grid {
    grid-template-columns: 1fr;
  }

  .pc-structure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-structure-card {
    min-height: 210px;
    padding: 16px;
  }

  .pc-structure-card__number {
    font-size: 78px;
  }

  .pc-structure-card h3 {
    margin-top: 24px;
    font-size: 15px;
  }

  .pc-structure-card__description {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pc-promo-strip__copy strong {
    font-size: 22px;
  }

  .pc-promo-strip__images {
    height: 76px;
  }

  .pc-promo-strip__images img,
  .pc-promo-strip__images img:first-child {
    width: 92px;
    height: 76px;
  }

  .pc-filter-panel--top {
    padding: 16px;
  }

  .pc-filter-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  .pc-filter-tab {
    gap: 4px;
    min-width: 0;
    min-height: 40px;
    padding: 0 6px;
    font-size: 13px;
  }

  .pc-filter-tab em {
    min-width: 24px;
    min-height: 18px;
    padding: 2px 5px;
    font-size: 11px;
  }

  .pc-filter-tab-panels {
    padding: 12px;
  }

  .pc-filter-shortcuts {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pc-filter-group-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .pc-filter-group-heading span {
    text-align: left;
  }

  .pc-filter-select-grid,
  .pc-filter-bottom,
  .pc-filter-topline,
  .pc-filter-quick-grid {
    grid-template-columns: 1fr;
  }

  .pc-filter-head-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pc-filter-head-actions {
    gap: 8px;
  }

  .pc-filter-count {
    width: 100%;
  }

  .pc-filter-section--application {
    display: block;
  }

  .pc-filter-section--application .pc-filter-section-title {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--pc-soft-line);
  }

  .pc-filter-section--application .pc-filter-select-grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .pc-filter-section-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .pc-filter-section-title span {
    text-align: left;
  }

  .pc-filter-select,
  .pc-filter-search--inline,
  .pc-filter-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .pc-filter-row__label {
    padding-top: 0;
  }

  .pc-selected-filter-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-self: stretch;
    width: 100%;
  }

  .pc-selected-filter-action {
    min-width: 0;
    width: 100%;
    padding: 0 8px;
  }

  .pc-toolbar__actions {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .pc-toolbar__actions label {
    justify-content: space-between;
  }

  .pc-toolbar__actions select {
    max-width: 150px;
  }

  .pc-card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-product-card {
    min-height: 552px;
  }

  .pc-product-card__media img {
    max-height: 220px;
  }

  .pc-section-head h2 {
    font-size: 24px;
  }
}

.xq-inner-page {
  --blue: #0967c9;
  --deep: #00439e;
  --line: #dfeaf6;
  --text: #17243a;
  --muted: #6d7890;
  color: var(--text);
}

.xq-inner-page .site-header,
.xq-inner-page main {
  --blue: #0967c9;
  --deep: #00439e;
  --line: #dfeaf6;
  --text: #17243a;
  --muted: #6d7890;
}

.xq-inner-page .site-footer {
  --text: #ffffff;
  --muted: rgba(255, 255, 255, .78);
  --faint: rgba(255, 255, 255, .48);
}

.xq-inner-page .nav-links {
  color: #17243a;
}

.xq-inner-page .hero {
  min-height: var(--xq-banner-height, 750px);
}

.xq-inner-page .hero-inner {
  min-height: var(--xq-banner-height, 750px);
}

.quality-page .quality-hero,
.quality-page .quality-hero .hero-inner {
  min-height: 750px;
}

.xq-hidden-message {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.quote-page .layout {
  position: relative;
}

.detail-page .dimension-card img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.detail-page .main-photo img,
.detail-page .recommend-grid img {
  object-fit: contain;
}

.detail-page .quote-panel .quote-form button {
  color: #fff;
}

.solution-page .solution-hero {
  height: var(--xq-banner-height, 750px);
  min-height: var(--xq-banner-height, 750px);
}

.solution-page .solution-hero .hero-inner {
  min-height: var(--xq-banner-height, 750px);
}

.custom-page .custom-hero {
  height: var(--xq-banner-height, 750px);
  min-height: var(--xq-banner-height, 750px);
}

.custom-page .custom-hero .hero-inner {
  min-height: var(--xq-banner-height, 750px);
}

.custom-page .xq-form-success {
  grid-column: 1 / -1;
  margin: 0 0 4px;
  padding: 10px 14px;
  color: #075c2a;
  font-weight: 800;
  border: 1px solid #b9e6c7;
  border-radius: 4px;
  background: #f0fff4;
}

.solution-page .inquiry-form button {
  cursor: pointer;
}

.xq-inner-page .tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 22px;
  color: #405066;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}

.xq-inner-page .tabs a.active {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.xq-inner-page .site-footer .footer-inner {
  width: min(1440px, 100%);
}

.xq-inner-page .footer-columns {
  margin: 0;
}

.xq-inner-page .faq-layout aside a {
  cursor: default;
}

.xq-inner-page .faq-list button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  cursor: default;
}

.xq-inner-page .article-card h3,
.xq-inner-page .article-card p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.xq-inner-page .article-card h3 {
  -webkit-line-clamp: 2;
}

.xq-inner-page .article-card p {
  -webkit-line-clamp: 3;
}

.xq-list-hero,
.xq-single-hero {
  display: grid;
  align-items: center;
  min-height: 360px;
  padding: 80px 0 62px;
  background: linear-gradient(135deg, #eff8ff 0%, #f8fbff 54%, #ffffff 100%);
}

.xq-list-hero h1,
.xq-single-hero h1 {
  margin: 0 0 14px;
  color: #0b3f78;
  font-size: 46px;
  line-height: 1.18;
  font-weight: 900;
}

.xq-list-hero p,
.xq-single-hero p {
  max-width: 760px;
  margin: 0;
  color: #5d7087;
  font-size: 17px;
  line-height: 1.8;
}

.xq-list-grid {
  display: grid;
  gap: 18px;
}

.xq-list-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  overflow: hidden;
  padding: 18px;
}

.xq-list-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
}

.xq-list-card time,
.xq-tax-card span,
.xq-single-head span {
  color: #0967c9;
  font-size: 14px;
  font-weight: 800;
}

.xq-list-card h2,
.xq-tax-card h2 {
  margin: 8px 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

.xq-list-card h2 a,
.xq-tax-card h2 a {
  color: #17243a;
  text-decoration: none;
}

.xq-list-card p,
.xq-tax-card p {
  margin: 0 0 16px;
  color: #68788d;
  line-height: 1.75;
}

.xq-tax-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.xq-tax-card {
  overflow: hidden;
}

.xq-tax-media {
  display: block;
  height: 210px;
  background: #f3f8ff;
}

.xq-tax-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.xq-tax-body {
  padding: 20px;
}

.xq-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0967c9;
  font-weight: 900;
  text-decoration: none;
}

.xq-more svg {
  width: 16px;
  height: 16px;
}

.xq-empty {
  grid-column: 1 / -1;
  padding: 42px;
  text-align: center;
}

.xq-single-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 60px;
  align-items: center;
}

.xq-single-head img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
}

.xq-single-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.xq-single-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 900;
}

.xq-param-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.xq-param-grid article {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 150px;
  padding: 24px 16px;
  text-align: center;
}

.xq-param-grid svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  color: #0967c9;
  border-radius: 50%;
  background: #eef7ff;
}

.xq-param-grid strong {
  color: #17243a;
  font-size: 17px;
}

.xq-param-grid span {
  color: #65768c;
  line-height: 1.55;
}

.xq-rich-content {
  padding: 42px;
  color: #33445a;
  font-size: 16px;
  line-height: 1.9;
}

.xq-rich-content h2,
.xq-rich-content h3 {
  color: #0b3f78;
}

.xq-rich-content img {
  max-width: 100%;
  height: auto;
}

.xq-center-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: var(--xq-banner-height, 750px);
  overflow: hidden;
  background: linear-gradient(125deg, #eef8ff 0%, #ffffff 46%, #e8f4ff 100%);
}

.xq-center-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.96));
}

.xq-center-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.xq-center-copy > span {
  color: #0967c9;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.xq-center-copy h1 {
  margin: 14px 0 16px;
  color: #0b3f78;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 900;
}

.xq-center-copy h2 {
  margin: 0 0 18px;
  color: #1d2f45;
  font-size: 30px;
  line-height: 1.32;
  font-weight: 900;
}

.xq-center-copy p {
  margin: 0;
  color: #60748b;
  font-size: 17px;
  line-height: 1.85;
}

.xq-center-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.xq-center-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 142px;
  height: 48px;
  padding: 0 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 900;
}

.xq-center-visual {
  display: grid;
  place-items: center;
  min-height: 430px;
}

.xq-center-visual img {
  width: min(100%, 650px);
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(18, 74, 132, .16));
}

.xq-news-visual {
  position: relative;
  min-height: 430px;
}

.xq-news-visual img {
  position: absolute;
  width: 58%;
  height: 280px;
  object-fit: cover;
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: 0 20px 38px rgba(18, 74, 132, .16);
}

.xq-news-visual img:first-child {
  right: 12%;
  top: 36px;
}

.xq-news-visual img:last-child {
  left: 4%;
  bottom: 34px;
}

.xq-term-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.xq-term-strip a {
  display: grid;
  justify-items: center;
  gap: 9px;
  min-height: 132px;
  padding: 22px 14px;
  color: #17243a;
  text-align: center;
  text-decoration: none;
}

.xq-term-strip svg {
  width: 40px;
  height: 40px;
  padding: 9px;
  color: #0967c9;
  border-radius: 50%;
  background: #eef7ff;
}

.xq-term-strip strong {
  font-size: 17px;
}

.xq-term-strip span {
  color: #708096;
  font-size: 13px;
}

.section-title.between {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.section-title.between .btn-outline {
  flex: 0 0 auto;
  text-decoration: none;
}

.xq-product-grid,
.xq-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.xq-product-item,
.xq-news-item {
  overflow: hidden;
}

.xq-product-media {
  display: block;
  height: 245px;
  padding: 24px;
  background: linear-gradient(180deg, #f5fbff, #eef7ff);
}

.xq-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.xq-product-body,
.xq-news-item div {
  padding: 20px;
}

.xq-product-body span,
.xq-news-item span,
.xq-feature-news span {
  color: #0967c9;
  font-size: 14px;
  font-weight: 900;
}

.xq-product-body h3,
.xq-news-item h3 {
  margin: 8px 0 10px;
  font-size: 21px;
  line-height: 1.35;
}

.xq-product-body h3 a,
.xq-news-item h3 a,
.xq-feature-news h2 a {
  color: #17243a;
  text-decoration: none;
}

.xq-product-body p,
.xq-news-item p,
.xq-feature-news p {
  margin: 0 0 14px;
  color: #68788d;
  line-height: 1.75;
}

.xq-series-stack {
  display: grid;
  gap: 22px;
}

.xq-series-block {
  padding: 24px;
}

.xq-series-block > header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.xq-series-block h3 {
  margin: 0 0 6px;
  color: #0b3f78;
  font-size: 25px;
}

.xq-series-block p {
  margin: 0;
  color: #68788d;
}

.xq-series-block header a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0967c9;
  font-weight: 900;
  text-decoration: none;
}

.xq-series-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.xq-series-products a {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 18px;
  color: #17243a;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e0ebf6;
  border-radius: 6px;
  background: #f9fcff;
}

.xq-series-products img {
  width: 100%;
  height: 126px;
  object-fit: contain;
}

.xq-app-panel {
  padding: 34px;
}

.xq-app-links {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.xq-app-links a {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 20px 10px;
  color: #17243a;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e0ebf6;
  border-radius: 6px;
  background: #fff;
}

.xq-app-links svg {
  width: 38px;
  height: 38px;
  padding: 8px;
  color: #0967c9;
  border-radius: 50%;
  background: #eef7ff;
}

.xq-feature-news {
  display: grid;
  grid-template-columns: 520px minmax(0, 1fr);
  gap: 34px;
  overflow: hidden;
  padding: 24px;
}

.xq-feature-media img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 6px;
}

.xq-feature-news time,
.xq-news-item time {
  margin-left: 12px;
  color: #8a98aa;
  font-size: 14px;
}

.xq-feature-news h2 {
  margin: 14px 0 14px;
  font-size: 34px;
  line-height: 1.28;
}

.xq-news-item > a {
  display: block;
}

.xq-news-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.xq-article-hero {
  display: grid;
  align-items: center;
  min-height: 430px;
  padding: 80px 0 62px;
  text-align: center;
  background: linear-gradient(135deg, #eef8ff, #ffffff);
}

.xq-article-meta {
  display: inline-flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #0967c9;
  font-weight: 900;
}

.xq-article-hero h1 {
  max-width: 960px;
  margin: 0 auto 18px;
  color: #0b3f78;
  font-size: 46px;
  line-height: 1.22;
  font-weight: 900;
}

.xq-article-hero p {
  max-width: 820px;
  margin: 0 auto;
  color: #60748b;
  font-size: 17px;
  line-height: 1.8;
}

.xq-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 30px;
  align-items: start;
}

.xq-article-content {
  overflow: hidden;
}

.xq-article-cover {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.xq-article-content .xq-rich-content {
  box-shadow: none;
  border-radius: 0;
}

.xq-side-panel {
  display: grid;
  gap: 20px;
}

.xq-side-panel section {
  padding: 22px;
}

.xq-side-panel h2 {
  margin: 0 0 16px;
  color: #0b3f78;
  font-size: 20px;
}

.xq-side-panel a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  color: #33445a;
  text-decoration: none;
  border-bottom: 1px solid #e3edf7;
}

.xq-side-panel a:last-child {
  border-bottom: 0;
}

.xq-side-panel span,
.xq-side-panel time {
  color: #8795a8;
  font-size: 13px;
}

.xq-side-news {
  display: grid !important;
}

.xq-side-news strong {
  line-height: 1.45;
}

.xq-solution-hero {
  display: grid;
  align-items: center;
  min-height: 560px;
  padding: 72px 0;
  background: linear-gradient(135deg, #eef8ff, #ffffff);
}

.xq-solution-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 58px;
  align-items: center;
}

.xq-solution-head span,
.xq-case-hero span,
.xq-download-card span {
  color: #0967c9;
  font-weight: 900;
}

.xq-solution-head h1 {
  margin: 14px 0 18px;
  color: #0b3f78;
  font-size: 48px;
  line-height: 1.18;
}

.xq-solution-head p {
  margin: 0;
  color: #60748b;
  font-size: 17px;
  line-height: 1.82;
}

.xq-solution-head img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 20px 38px rgba(18, 74, 132, .14);
}

.xq-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.xq-solution-grid article {
  padding: 26px;
}

.xq-solution-grid h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #0b3f78;
  font-size: 22px;
}

.xq-solution-grid h2 svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  color: #0967c9;
  border-radius: 50%;
  background: #eef7ff;
}

.xq-solution-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: #5f7086;
  line-height: 1.7;
}

.xq-mini-products {
  display: grid;
  gap: 10px;
}

.xq-mini-products a {
  color: #33445a;
  text-decoration: none;
}

.xq-inline-form {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  padding: 30px;
  background: linear-gradient(135deg, #0a70d1, #0967c9);
}

.xq-inline-form h2,
.xq-inline-form p {
  color: #fff;
}

.xq-inline-form h2 {
  margin: 0 0 10px;
  font-size: 30px;
}

.xq-inline-form p {
  margin: 0;
  line-height: 1.7;
  opacity: .86;
}

.xq-inline-form form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) 150px;
  gap: 12px;
}

.xq-inline-form textarea {
  grid-column: 1 / 3;
  height: 86px;
  padding-top: 12px;
}

.xq-inline-form input,
.xq-inline-form textarea {
  width: 100%;
  min-width: 0;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 4px;
  background: rgba(255,255,255,.96);
}

.xq-inline-form input,
.xq-inline-form button {
  height: 44px;
}

.xq-inline-form button {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: stretch;
  border: 0;
}

.xq-case-hero {
  display: grid;
  align-items: end;
  min-height: 560px;
  padding: 90px 0 72px;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.xq-case-hero span {
  color: #fff;
}

.xq-case-hero h1 {
  max-width: 820px;
  margin: 14px 0 18px;
  font-size: 50px;
  line-height: 1.18;
}

.xq-case-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.8;
}

.xq-case-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.xq-case-result {
  padding: 26px;
}

.xq-case-result h2 {
  margin: 0 0 18px;
  color: #0b3f78;
}

.xq-case-result p {
  display: grid;
  gap: 4px;
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e3edf7;
}

.xq-case-result strong {
  color: #0967c9;
  font-size: 18px;
}

.xq-case-result span {
  color: #60748b;
  line-height: 1.65;
}

.xq-case-result .btn-primary {
  width: 100%;
  height: 44px;
  text-decoration: none;
}

.xq-download-hero {
  padding: 92px 0 70px;
  background: linear-gradient(135deg, #eef8ff, #ffffff);
}

.xq-download-card {
  display: grid;
  justify-items: center;
  max-width: 820px;
  padding: 44px;
  text-align: center;
}

.xq-download-card > svg {
  width: 72px;
  height: 72px;
  padding: 16px;
  color: #0967c9;
  border-radius: 50%;
  background: #eef7ff;
}

.xq-download-card h1 {
  margin: 18px 0 12px;
  color: #0b3f78;
  font-size: 42px;
  line-height: 1.22;
}

.xq-download-card p {
  max-width: 640px;
  margin: 0;
  color: #60748b;
  line-height: 1.8;
}

.xq-download-meta {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px 18px;
  margin: 26px 0;
  text-align: left;
}

.xq-download-meta b {
  color: #33445a;
}

.xq-download-meta em {
  color: #697a90;
  font-style: normal;
}

.xq-download-card .btn-primary {
  height: 46px;
  padding: 0 28px;
  text-decoration: none;
}

@media (max-width: 720px) {
  .xq-inner-page .container {
    width: min(100% - 28px, 1440px);
  }

  .xq-inner-page .hero,
  .xq-inner-page .hero-inner,
  .custom-page .custom-hero,
  .custom-page .custom-hero .hero-inner {
    min-height: 750px;
  }

  .custom-page .custom-hero {
    height: 750px;
  }

  .xq-list-hero,
  .xq-single-hero {
    min-height: 260px;
    padding: 54px 0 42px;
  }

  .xq-list-hero h1,
  .xq-single-hero h1 {
    font-size: 34px;
  }

  .xq-list-card,
  .xq-single-head,
  .xq-tax-grid,
  .xq-param-grid,
  .xq-center-hero-inner,
  .xq-term-strip,
  .xq-product-grid,
  .xq-series-products,
  .xq-app-links,
  .xq-feature-news,
  .xq-news-grid {
    grid-template-columns: 1fr;
  }

  .xq-list-card {
    padding: 14px;
  }

  .xq-tax-media {
    height: 190px;
  }

  .xq-rich-content {
    padding: 24px 18px;
  }

  .xq-center-hero {
    min-height: 750px;
  }

  .xq-center-copy h1 {
    font-size: 42px;
  }

  .xq-center-copy h2 {
    font-size: 23px;
  }

  .xq-center-hero-inner {
    gap: 24px;
    align-content: center;
  }

  .xq-center-visual {
    min-height: 220px;
  }

  .xq-news-visual {
    display: none;
  }

  .section-title.between,
  .xq-series-block > header {
    display: grid;
    align-items: start;
  }

  .xq-product-media,
  .xq-news-item img {
    height: 210px;
  }

  .xq-feature-media img {
    height: 220px;
  }

  .xq-app-panel,
  .xq-series-block {
    padding: 20px;
  }

  .xq-article-hero,
  .xq-solution-hero,
  .xq-case-hero {
    min-height: 420px;
    padding: 54px 0 42px;
  }

  .xq-article-hero h1,
  .xq-solution-head h1,
  .xq-case-hero h1,
  .xq-download-card h1 {
    font-size: 32px;
  }

  .xq-article-layout,
  .xq-solution-head,
  .xq-solution-grid,
  .xq-inline-form,
  .xq-inline-form form,
  .xq-case-layout {
    grid-template-columns: 1fr;
  }

  .xq-article-cover,
  .xq-solution-head img {
    height: 220px;
  }

  .xq-inline-form textarea,
  .xq-inline-form button {
    grid-column: auto;
    grid-row: auto;
  }

  .xq-download-card {
    padding: 28px 18px;
  }

  .xq-download-meta {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 379px) {
  .pc-procurement-export-actions {
    grid-template-columns: 1fr;
  }
}

#service-product-selection,
#service-custom-scope,
#service-engineering-collaboration,
#service-sample-testing,
#service-quality-testing,
#service-after-sales {
  scroll-margin-top: 96px;
}

@media (max-width: 720px) {
  #service-product-selection,
  #service-custom-scope,
  #service-engineering-collaboration,
  #service-sample-testing,
  #service-quality-testing,
  #service-after-sales {
    scroll-margin-top: 72px;
  }
}

/* Keep the product-center inquiry launcher clickable beside the fixed AI
 * customer-service launcher on desktop and tablet widths. */
@media (min-width: 761px) and (max-width: 1983px) {
  body.product-center-page .pc-cart-float-toggle {
    bottom: 104px !important;
  }
}

@media (max-width: 760px) {
  body.product-center-page .pc-cart-float-toggle {
    right: calc(max(12px, env(safe-area-inset-right)) + 68px) !important;
  }
}

/* Keep an opened procurement panel actionable when the AI support panel is open. */
body.product-center-page .pc-filter-form.is-cart-open .pc-cart-panel {
  z-index: 10001;
}
