/* Generated by extras/_site/scripts/sync-new-site-css.mjs. Edit src/styles/site-shared.css. */
@import url("/_astro/index.DEN_ywMZ.css");
@import url("/_astro/index.DEW63qrn.css");
@import url("/_astro/index.HN4nRhtg.css");

/* Shared design rules for Astro extras pages and /new PHP pages. Edit this file; /new/assets/site.css is generated after build. */

html[data-font] .shell,
.shell {
  width: 90%;
  max-width: none;
}

body.ui-v2-mobile-search-open,
body.astro-nav-open {
  overflow: hidden;
}

body.ui-v2 {
  padding-top: var(--header-offset, 74px);
}

.ui-v2 header.top.astro-site-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  top: 0;
  z-index: 1200;
  padding: 8px 0 6px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  transition:
    padding 0.2s ease,
    box-shadow 0.2s ease;
}

.ui-v2 header.top.astro-site-header.is-scrolled {
  padding: 4px 0;
  box-shadow: 0 18px 30px -28px rgba(15, 23, 42, 0.35);
}

.ui-v2 header.top.astro-site-header .navbar {
  padding: 0;
}

.ui-v2 header.top.astro-site-header .astro-header-container {
  width: 90% !important;
  max-width: none !important;
  margin: 0 auto;
}

.ui-v2 header.top.astro-site-header .astro-header-row {
  width: 100%;
  display: grid !important;
  grid-template-columns: auto minmax(340px, 1fr) auto;
  align-items: center;
  column-gap: clamp(26px, 3.2vw, 68px);
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  overflow: visible;
}

.ui-v2 header.top.astro-site-header .astro-header-brand-col {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  padding: 0 !important;
}

.ui-v2 header.top.astro-site-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.ui-v2 header.top.astro-site-header .navbar-brand img {
  display: block;
  width: 210px;
  max-width: 210px;
  height: auto;
  transform: translateY(3px);
  transition:
    width 0.2s ease,
    max-width 0.2s ease;
}

.ui-v2 header.top.astro-site-header.is-scrolled .navbar-brand img {
  width: 178px;
  max-width: 178px;
}

.ui-v2 header.top.astro-site-header .astro-header-actions-col {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  gap: 14px;
  padding: 0 !important;
}

.ui-v2 .header-search-v2-wrap {
  width: min(100%, clamp(500px, 33vw, 640px)) !important;
  flex: 0 1 auto !important;
  min-width: 300px;
  max-width: 620px;
  padding: 0 !important;
  justify-self: center;
}

.ui-v2 .header-search-v2 {
  position: relative;
  width: 100%;
}

.ui-v2 .header-search-v2__icon {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  color: #5e7191;
  pointer-events: none;
}

.ui-v2 .header-search-v2__icon svg,
.ui-v2 .header-search-mobile-toggle svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ui-v2 .header-search-v2__input {
  width: 100%;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(31, 95, 191, 0.22);
  background: #ffffff;
  color: #1c345e;
  font-size: 14px;
  font-weight: 600;
  padding: 0 34px 0 36px;
  outline: none;
  box-shadow: 0 12px 20px -22px rgba(31, 95, 191, 0.55);
  transition:
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.ui-v2 .header-search-v2__input::placeholder {
  color: #7f8ea9;
  font-weight: 500;
}

.ui-v2 .header-search-v2__input::-webkit-search-decoration,
.ui-v2 .header-search-v2__input::-webkit-search-cancel-button,
.ui-v2 .header-search-v2__input::-webkit-search-results-button,
.ui-v2 .header-search-v2__input::-webkit-search-results-decoration {
  appearance: none;
  display: none;
}

.ui-v2 .header-search-v2__input:focus {
  border-color: rgba(31, 95, 191, 0.48);
  box-shadow:
    0 0 0 3px rgba(31, 95, 191, 0.14),
    0 18px 28px -26px rgba(31, 95, 191, 0.6);
}

.ui-v2 .header-search-v2__clear {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #7d8ca5;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.ui-v2 .header-search-v2__clear:hover {
  color: #1f5fbf;
  background: rgba(31, 95, 191, 0.1);
}

.ui-v2 .header-search-v2__results {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid rgba(31, 95, 191, 0.2);
  border-radius: 12px;
  box-shadow: 0 22px 34px -24px rgba(15, 23, 42, 0.5);
  z-index: 250;
  max-height: min(62vh, 420px);
  overflow: auto;
}

.ui-v2 .header-search-v2__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(31, 95, 191, 0.1);
  color: #1c345e;
}

.ui-v2 .header-search-v2__item:last-child {
  border-bottom: none;
}

.ui-v2 .header-search-v2__item:hover,
.ui-v2 .header-search-v2__item.is-active {
  background: #f1f6ff;
}

.ui-v2 .header-search-v2__item-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ui-v2 .header-search-v2__item-model {
  color: #0f274c;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.ui-v2 .header-search-v2__item-meta {
  color: #617390;
  font-size: 12px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-v2 .header-search-v2__empty {
  padding: 12px;
  color: #5f7190;
  font-size: 13px;
  line-height: 1.3;
}

.ui-v2 .header-search-mobile-toggle,
.ui-v2 .header-phone-mobile,
.ui-v2 .astro-menu-toggle,
.ui-v2 .astro-mobile-lang {
  display: none;
}

.ui-v2 .astro-desktop-nav {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-end;
}

.ui-v2 .mainmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: nowrap;
  min-width: 0;
}

.ui-v2 .mainmenu li {
  margin: 0;
}

.ui-v2 .mainmenu li a {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #1c345e;
  white-space: nowrap;
}

.ui-v2 .mainmenu li a:hover {
  color: #1f5fbf;
}

.ui-v2 .header-contacts-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 12px;
  flex-shrink: 0;
}

.ui-v2 .header-contact-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1a2f56;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.ui-v2 .header-contact-card:hover {
  color: #1f5fbf;
}

.ui-v2 .header-contact-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: #1f5fbf;
}

.ui-v2 .header-contact-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.ui-v2 .header-contact-value {
  line-height: 1;
}

.ui-v2 .lang-switch-v2 {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: #f4f6fa;
  border-radius: 8px;
  padding: 3px;
  flex-shrink: 0;
}

.ui-v2 .lang-switch-v2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 30px;
  padding: 0 12px;
  border-radius: 6px;
  color: #1e355f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.ui-v2 .lang-switch-v2__btn:not(.is-active):hover {
  background: #e7edf8;
  color: #1f5fbf;
}

.ui-v2 .lang-switch-v2__btn.is-active {
  background: #1f5fbf;
  color: #ffffff;
}

.ui-v2 .lang-switch-v2__btn.is-disabled {
  opacity: 0.45;
  cursor: default;
}

.ui-v2 .mobile-search-panel[hidden] {
  display: none !important;
}

.ui-v2 .mobile-search-panel {
  position: fixed;
  inset: 0;
  z-index: 1650;
  pointer-events: none;
}

.ui-v2 .mobile-search-panel__backdrop,
.ui-v2 .astro-mobile-menu__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(11, 20, 38, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.ui-v2 .mobile-search-panel__sheet {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, calc(100vw - 18px));
  height: 100%;
  background: #f6f8fc;
  border-left: 1px solid rgba(15, 23, 42, 0.16);
  box-shadow: -14px 0 34px -24px rgba(15, 23, 42, 0.58);
  transform: translateX(100%);
  transition: transform 0.2s ease;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
}

.ui-v2 .mobile-search-panel.is-open {
  pointer-events: auto;
}

.ui-v2 .mobile-search-panel.is-open .mobile-search-panel__backdrop,
.ui-v2 .astro-mobile-menu.is-open .astro-mobile-menu__backdrop {
  opacity: 1;
  pointer-events: auto;
}

.ui-v2 .mobile-search-panel.is-open .mobile-search-panel__sheet {
  transform: translateX(0);
}

.ui-v2 .mobile-search-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
}

.ui-v2 .mobile-search-panel__title {
  color: #14284e;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.1;
}

.ui-v2 .mobile-search-panel__close,
.ui-v2 .astro-mobile-menu__close {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(31, 95, 191, 0.2);
  border-radius: 8px;
  background: #ffffff;
  color: #5b6d8a;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.ui-v2 .mobile-search-panel__body {
  padding: 12px;
  overflow: auto;
}

.ui-v2 .mobile-search-panel .header-search-v2__results {
  position: static;
  margin-top: 8px;
  max-height: none;
}

.ui-v2 .astro-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1680;
  pointer-events: none;
}

.ui-v2 .astro-mobile-menu[aria-hidden="true"]:not(.is-open) {
  visibility: hidden;
}

.ui-v2 .astro-mobile-menu__sheet {
  position: absolute;
  top: 0;
  right: 0;
  width: min(390px, calc(100vw - 18px));
  height: 100%;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(243, 247, 255, 0.98), rgba(255, 255, 255, 0.98)),
    #ffffff;
  border-left: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: -18px 0 42px -28px rgba(15, 23, 42, 0.72);
  transform: translateX(100%);
  transition: transform 0.22s ease;
  pointer-events: auto;
}

.ui-v2 .astro-mobile-menu.is-open {
  pointer-events: auto;
  visibility: visible;
}

.ui-v2 .astro-mobile-menu.is-open .astro-mobile-menu__sheet {
  transform: translateX(0);
}

.ui-v2 .astro-mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(31, 95, 191, 0.14);
  background: #ffffff;
}

.ui-v2 .astro-mobile-menu__eyebrow {
  color: #1f5fbf;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ui-v2 .astro-mobile-menu__title {
  margin-top: 3px;
  color: #14284e;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.ui-v2 .astro-mobile-menu__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  overflow: auto;
}

.ui-v2 .astro-mobile-menu__phone {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(31, 95, 191, 0.16);
  border-radius: 12px;
  background: #edf4ff;
  color: #14284e;
}

.ui-v2 .astro-mobile-menu__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #ffffff;
  color: #1f5fbf;
  flex: 0 0 auto;
}

.ui-v2 .astro-mobile-menu__phone-icon svg {
  width: 19px;
  height: 19px;
  display: block;
}

.ui-v2 .astro-mobile-menu__phone-label,
.ui-v2 .astro-mobile-menu__phone-value {
  display: block;
}

.ui-v2 .astro-mobile-menu__phone-label {
  color: #687895;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.ui-v2 .astro-mobile-menu__phone-value {
  margin-top: 2px;
  color: #10264a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

.ui-v2 .astro-mobile-menu__nav {
  display: grid;
  gap: 8px;
}

.ui-v2 .astro-mobile-menu__nav a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background: #ffffff;
  color: #18325d;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 16px 26px -26px rgba(15, 23, 42, 0.45);
}

.ui-v2 .astro-mobile-menu__nav a:hover {
  border-color: rgba(31, 95, 191, 0.24);
  color: #1f5fbf;
}

.ui-v2 .astro-mobile-menu__langs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}

.ui-v2 .astro-mobile-menu__langs a,
.ui-v2 .astro-mobile-menu__langs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(31, 95, 191, 0.16);
  border-radius: 10px;
  background: #ffffff;
  color: #1e355f;
  font-size: 14px;
  font-weight: 800;
}

.ui-v2 .astro-mobile-menu__langs .is-active {
  background: #1f5fbf;
  color: #ffffff;
}

@media (min-width: 768px) {
  .ui-v2 .sidebar.offcanvas {
    display: none;
  }

  .ui-v2 .sidebar.offcanvas .offcanvas-header {
    display: none;
  }

  .ui-v2 .sidebar.offcanvas .offcanvas-body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    overflow: visible;
    min-width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .ui-v2 header.top.astro-site-header .navbar-brand img {
    width: 162px;
    max-width: 162px;
  }

  .ui-v2 header.top.astro-site-header.is-scrolled .navbar-brand img {
    width: 146px;
    max-width: 146px;
  }

  .ui-v2 header.top.astro-site-header .astro-header-actions-col {
    gap: 6px;
  }

  .ui-v2 .header-search-v2-wrap {
    width: min(100%, clamp(260px, 27vw, 420px)) !important;
    min-width: 220px;
    max-width: 420px;
    padding: 0 !important;
  }

  .ui-v2 .header-search-v2__input {
    height: 34px;
    font-size: 12px;
    padding-left: 32px;
    padding-right: 26px;
  }

  .ui-v2 .mainmenu {
    gap: 5px;
  }

  .ui-v2 .mainmenu li a,
  .ui-v2 .header-contact-card {
    font-size: 12px;
  }

  .ui-v2 .header-contacts-v2 {
    margin-left: 2px;
    gap: 5px;
  }

  .ui-v2 .header-contact-value {
    display: none;
  }

  .ui-v2 .header-contact-icon,
  .ui-v2 .header-contact-icon svg {
    width: 14px;
    height: 14px;
  }

  .ui-v2 .lang-switch-v2 {
    padding: 2px;
    border-radius: 7px;
    margin-left: 2px;
  }

  .ui-v2 .lang-switch-v2__btn {
    min-width: 30px;
    height: 26px;
    padding: 0 6px;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .ui-v2 .header-search-v2-wrap {
    width: min(100%, clamp(190px, 25vw, 270px)) !important;
    min-width: 190px;
    max-width: 270px;
  }
}

@media (max-width: 767px) {
  :root {
    --ui-v2-header-height: 74px;
  }

  .ui-v2 header.top.astro-site-header {
    padding: 6px 0;
  }

  .ui-v2 header.top.astro-site-header .astro-header-row {
    display: flex !important;
    flex-wrap: nowrap;
    row-gap: 0;
  }

  .ui-v2 header.top.astro-site-header .navbar-brand img {
    width: 136px;
    max-width: 136px;
  }

  .ui-v2 header.top.astro-site-header .astro-header-brand-col {
    padding-right: 6px !important;
  }

  .ui-v2 header.top.astro-site-header .astro-header-actions-col {
    gap: 8px;
    flex-wrap: nowrap;
  }

  .ui-v2 .header-search-v2-wrap {
    display: none;
  }

  .ui-v2 .astro-desktop-nav,
  .ui-v2 .header-contacts-v2,
  .ui-v2 .lang-switch-v2,
  .ui-v2 .astro-mobile-lang {
    display: none;
  }

  .ui-v2 .astro-menu-toggle,
  .ui-v2 .header-phone-mobile,
  .ui-v2 .header-search-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(31, 95, 191, 0.24);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.95);
    color: #1f5fbf;
    box-shadow: none;
    flex: 0 0 auto;
  }

  .ui-v2 .astro-menu-toggle svg,
  .ui-v2 .header-phone-mobile svg {
    width: 17px;
    height: 17px;
    display: block;
  }

  .ui-v2 .header-search-mobile-toggle svg {
    width: 16px;
    height: 16px;
  }

  .ui-v2 .mobile-search-panel .header-search-v2__input {
    height: 38px;
    font-size: 14px;
    padding-left: 36px;
  }
}

@media (max-width: 360px) {
  .ui-v2 header.top.astro-site-header .navbar-brand img {
    width: 122px;
    max-width: 122px;
  }

  .ui-v2 header.top.astro-site-header .astro-header-brand-col {
    padding-right: 4px !important;
  }

  .ui-v2 header.top.astro-site-header .astro-header-actions-col {
    gap: 6px;
  }
}

.new-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.reveal {
  opacity: 1 !important;
  transform: none !important;
}

.new-product-hero .hero-title-wrap {
  max-width: 100%;
}

.new-product-hero .hero-title,
.new-product-hero .hero-title-detail,
.new-product-hero .hero-subtitle {
  text-wrap: wrap;
  letter-spacing: 0;
}

.new-product-hero .hero-title-model {
  white-space: nowrap;
}

.hero-title-detail {
  margin: 6px 0 0;
  color: #ffffff;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.15;
}

.new-product-hero .hero-subtitle {
  margin-top: 10px;
  font-size: clamp(0.95rem, 1.25vw, 1.05rem);
  max-width: none;
}

@media (min-width: 1200px) {
  .new-product-hero .hero-title,
  .new-product-hero .hero-title-detail,
  .new-product-hero .hero-subtitle {
    white-space: nowrap;
  }
}

@media (max-width: 359px) {
  .new-product-hero .hero-title-model {
    white-space: normal;
  }
}

/* A product model is normally kept together in the hero. On phone widths a
   long product type plus brand/model must take precedence over that rule. */
@media (max-width: 640px) {
  .new-product-hero .hero-title-model {
    white-space: normal;
  }

  .new-product-hero .hero-title {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-meta__item {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-meta-line {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.new-catalog-layout {
  display: grid;
  grid-template-columns: clamp(210px, 16vw, 260px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.new-catalog-sidebar {
  position: sticky;
  top: calc(var(--header-offset, 72px) + 18px);
  max-height: calc(100vh - var(--header-offset, 72px) - 36px);
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.new-catalog-sidebar__title {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.new-catalog-sidebar__group {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.new-catalog-sidebar__group:first-of-type {
  border-top: 0;
}

.new-catalog-sidebar__category {
  display: block;
  padding: 11px 0;
  font-weight: 700;
  line-height: 1.3;
}

.new-catalog-sidebar__group.is-active .new-catalog-sidebar__category {
  color: var(--accent);
}

.new-catalog-sidebar__sections {
  display: grid;
  gap: 3px;
  padding: 0 0 12px 8px;
}

.new-catalog-sidebar__sections a {
  display: block;
  padding: 7px 9px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.new-catalog-sidebar__sections a:hover,
.new-catalog-sidebar__sections a.is-current {
  background: #eef3ff;
  color: var(--accent);
}

.new-catalog-content {
  min-width: 0;
}

.new-listing-content {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.new-listing-content .inline-products {
  margin: 28px 0;
}

.new-listing-content .inline-products:first-child {
  margin-top: 0;
}

.new-listing-content .inline-products h2 {
  margin: 0 0 16px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.new-product-gallery-placeholder {
  color: var(--muted);
  font-weight: 700;
}

/* New-site product preview: mirrors the reusable blocks of legacy PHP LandingTemplate files. */
.product-main--with-context {
  display: grid;
  align-items: start;
}

.product-main--with-context .product-gallery__stage {
  aspect-ratio: 4 / 3;
  min-height: 0;
  padding: clamp(18px, 2vw, 32px);
}

.product-main--with-context .product-gallery__image {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 88%;
  object-fit: contain;
  filter: none;
}

.product-main--with-context .product-gallery__image.is-shadow-ready {
  filter: drop-shadow(0 28px 50px rgba(15, 23, 42, 0.45));
}

body.ui-v2 .fancybox__container {
  z-index: 2000;
}

body.ui-v2 .product-lightbox-slide {
  background-color: #f3f6ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.ui-v2 .product-lightbox-slide .fancybox__content {
  background: transparent;
}

body.ui-v2 .product-lightbox-slide .fancybox__content img {
  filter: drop-shadow(0 28px 50px rgba(15, 23, 42, 0.45));
}

body.ui-v2 .f-thumbs__slide__button,
body.ui-v2 .fancybox__thumb {
  background-color: #f3f6ff;
  background-image: var(--product-gallery-bg, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-main--with-context .product-info__top,
body.ui-v2 .product-info__top--floating {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    'prices prices'
    'meta buy';
  align-items: center;
  gap: 14px 18px;
  padding: 18px;
}

.product-main--with-context .product-brand-trust {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(31, 95, 191, 0.28);
  border-radius: 12px;
  background: linear-gradient(110deg, #edf5ff 0%, #f8fbff 100%);
  box-shadow: 0 14px 28px -26px rgba(15, 62, 143, 0.76);
}

.product-main--with-context .product-brand-trust::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.18) 8%, rgba(31, 95, 191, 0.32) 50%, rgba(31, 95, 191, 0.18) 92%, transparent);
  content: '';
}

.product-main--with-context .product-brand-trust__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #1556af;
  background: #dcecff;
}

.product-main--with-context .product-brand-trust__icon svg {
  width: 20px;
  height: 20px;
}

.product-main--with-context .product-brand-trust__content {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.product-main--with-context .product-brand-trust__title {
  color: #143d78;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}

.product-main--with-context .product-brand-trust__support,
.product-main--with-context .product-brand-trust__certificate {
  color: #58708e;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
}

.product-main--with-context .product-brand-trust__certificate {
  display: inline-flex;
  width: fit-content;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
  text-decoration: none;
}

.product-main--with-context .product-brand-trust__certificate:hover .product-brand-trust__certificate-link {
  text-decoration-thickness: 2px;
}

.product-main--with-context .product-brand-trust__certificate-link {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.product-main--with-context .product-detail-specs--grid {
  margin-top: 0;
  border-bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.13) 8%, rgba(31, 95, 191, 0.19) 50%, rgba(31, 95, 191, 0.13) 92%, transparent) bottom / 100% 1px no-repeat;
}

.product-main--with-context .product-order-prices,
body.ui-v2 .product-info__top--floating .product-order-prices {
  grid-area: prices;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.product-main--with-context .product-info__top--single-price,
body.ui-v2 .product-info__top--floating.product-info__top--single-price {
  grid-template-areas:
    'prices buy'
    'meta meta';
}

.product-main--with-context .product-info__top--single-price .product-order-prices,
body.ui-v2 .product-info__top--floating.product-info__top--single-price .product-order-prices {
  grid-template-columns: minmax(0, 1fr);
  max-width: 255px;
}

.product-main--with-context .product-info__top--single-price .product-price-card,
body.ui-v2 .product-info__top--floating.product-info__top--single-price .product-price-card {
  min-height: 104px;
  padding: 11px 14px 10px;
  gap: 4px;
}

.product-main--with-context .product-price-card,
body.ui-v2 .product-info__top--floating .product-price-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 108px;
  padding: 10px 12px;
  border: 1px solid rgba(31, 95, 191, 0.14);
  border-radius: 10px;
  background: #f7faff;
}

.product-main--with-context .product-price-card__caption,
body.ui-v2 .product-info__top--floating .product-price-card__caption {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.16;
  text-align: center;
  text-transform: uppercase;
}

.product-main--with-context .product-price-card__audience,
body.ui-v2 .product-info__top--floating .product-price-card__audience {
  color: var(--muted);
  margin: 0;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.16;
  text-align: center;
  text-transform: uppercase;
}

.product-main--with-context .product-price-card__main,
body.ui-v2 .product-info__top--floating .product-price-card__main {
  display: grid;
  gap: 3px;
  align-content: center;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.product-main--with-context .product-info__top--single-price .product-price-card__main,
body.ui-v2 .product-info__top--floating.product-info__top--single-price .product-price-card__main {
  position: static;
  transform: none;
}

.product-main--with-context .product-info__top--single-price .product-price-card__audience,
body.ui-v2 .product-info__top--floating.product-info__top--single-price .product-price-card__audience {
  position: static;
}

.product-main--with-context .product-price-card__value,
body.ui-v2 .product-info__top--floating .product-price-card__value {
  color: var(--accent);
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  font-weight: 800;
  line-height: 1.08;
}

.product-main--with-context .product-price-card__value--sale,
body.ui-v2 .product-info__top--floating .product-price-card__value--sale {
  color: #d92d20;
}

.product-main--with-context .product-price-card__previous,
body.ui-v2 .product-info__top--floating .product-price-card__previous {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.2;
  text-decoration: line-through;
}

.product-main--with-context .product-order-meta,
body.ui-v2 .product-info__top--floating .product-order-meta {
  grid-area: meta;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
}

.product-main--with-context .product-order-meta .product-availability,
.product-main--with-context .product-order-meta .product-warranty {
  font-size: 0.85rem;
  line-height: 1.2;
}

.product-main--with-context .product-warranty,
body.ui-v2 .product-info__top--floating .product-warranty {
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.product-main--with-context .product-buy,
body.ui-v2 .product-info__top--floating .product-buy {
  grid-area: buy;
  align-self: center;
  min-height: 52px;
  margin-left: 0;
  min-width: 174px;
}

body.ui-v2 .product-info__top--floating {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: 'prices buy';
  gap: 16px;
  row-gap: 0;
  padding: 9px 12px;
}

body.ui-v2 .product-info__top--floating.is-visible {
  display: grid;
}

body.ui-v2 .product-info__top--floating .product-order-prices {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ui-v2 .product-info__top--floating.product-info__top--single-price {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  row-gap: 0;
  padding-block: 7px;
}

body.ui-v2 .product-info__top--floating .product-price-card__previous,
body.ui-v2 .product-info__top--floating .product-order-meta .product-availability {
  display: none;
}

body.ui-v2 .product-info__top--floating .product-order-meta {
  display: none;
}

body.ui-v2 .product-info__top--floating .product-buy {
  min-width: 162px;
  padding: 11px 16px;
}

.product-context {
  display: grid;
  gap: 12px;
  min-width: 0;
  align-self: start;
}

.product-context__profile {
  display: none;
  gap: 12px;
}

.product-context[data-preview-active='industrial-switch'] .product-context__profile[data-preview-profile='industrial-switch'],
.product-context[data-preview-active='gps-tracker'] .product-context__profile[data-preview-profile='gps-tracker'],
.product-context[data-preview-active='m2m-router'] .product-context__profile[data-preview-profile='m2m-router'],
.product-context[data-preview-active='gsm-gateway'] .product-context__profile[data-preview-profile='gsm-gateway'] {
  display: grid;
}

.product-context__preview-title,
.product-context-card__eyebrow {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.product-context__preview-title {
  padding: 0 4px;
}

.product-context-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid rgba(31, 95, 191, 0.16);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 30px -26px rgba(15, 23, 42, 0.4);
}

.product-context-card--rating {
  background: linear-gradient(145deg, #ffffff 0%, #f3f7ff 100%);
}

.product-context-rating {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.product-context-rating__stars {
  font-size: 1.08rem;
  letter-spacing: 0.04em;
}

.rating-stars {
  display: inline-flex;
  gap: 0.08em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.rating-stars__item {
  position: relative;
  display: block;
  color: #91a3be;
}

.rating-stars__item::before {
  content: '★';
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rating-star-fill, 0%);
  overflow: hidden;
  color: #f5ad18;
  white-space: nowrap;
}

/* Sticky rating needs the document scroll container, not the legacy root overflow container. */
html:has(.new-product-content .product-feedback),
html:has(.new-product-content .product-feedback) body {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

#product,
#request,
#description,
#reviews,
#use-cases,
#documents {
  scroll-margin-top: calc(var(--header-offset, 74px) + 28px);
}

.product-section-anchor {
  display: block;
  height: 1px;
}

/* Desktop product outline: a persistent vertical tab rail for long B2B product pages. */
.product-section-nav {
  position: fixed;
  z-index: 1100;
  top: 50%;
  left: clamp(10px, calc(2.5vw - 23px), 32px);
  width: 46px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-50% + 14px));
  visibility: hidden;
  transition: opacity 200ms ease, transform 240ms ease, visibility 0s linear 240ms;
}

.product-section-nav.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%);
  visibility: visible;
  transition-delay: 0s;
}

.product-section-nav__list a:focus-visible {
  outline: 2px solid #1f5fbf;
  outline-offset: 4px;
}

.product-section-nav__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-section-nav__list li {
  position: relative;
}

.product-section-nav__list li:not(:last-child)::after {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 8px;
  background: linear-gradient(180deg, rgba(31, 95, 191, 0.48), rgba(31, 95, 191, 0.13));
  content: '';
  transform: translateX(-50%);
}

.product-section-nav__list li:has(a.is-complete)::after {
  background: linear-gradient(180deg, #1f5fbf, rgba(31, 95, 191, 0.48));
}

.product-section-nav__list a {
  position: relative;
  display: flex;
  width: 46px;
  height: 90px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(31, 95, 191, 0.2);
  border-radius: 8px;
  color: #355273;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 12px 24px -23px rgba(15, 23, 42, 0.52);
  text-decoration: none;
  isolation: isolate;
  transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-section-nav__list a::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: #ffffff;
  content: '';
}

.product-section-nav__list a::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, #e1efff 0%, #c6ddfb 100%);
  content: '';
  opacity: 0.96;
  transform: scaleY(var(--section-progress, 0));
  transform-origin: top;
  transition: transform 180ms linear, opacity 180ms ease;
}

.product-section-nav__list a:hover,
.product-section-nav__list a.is-active {
  border-color: rgba(31, 95, 191, 0.72);
  box-shadow: 0 16px 30px -22px rgba(31, 95, 191, 0.58);
}

.product-section-nav__list a:hover::after {
  opacity: 1;
  transform: scaleY(1);
}

.product-section-nav__label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.24);
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 1179px) {
  .product-section-nav {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-section-nav,
  .product-section-nav *,
  .product-feedback__more-actions button {
    transition: none !important;
  }
}

.product-context-rating__score {
  color: var(--accent);
  font-size: 1.22rem;
}

.product-context-rating__meta,
.product-context-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 0.84rem;
}

.product-context-rating__meta {
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
}

.product-context-rating__browse {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}

.product-context-rating__browse:hover {
  color: #194d9e;
  text-decoration: underline;
}

.product-context-rating__browse span {
  font-size: 0.95rem;
}

.product-context-rating__counts {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-context-card__actions {
  padding-top: 10px;
  border-top: 1px solid rgba(31, 95, 191, 0.14);
  color: var(--accent);
  font-weight: 600;
}

.product-context-card__actions button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.product-context-card__actions button:hover {
  text-decoration: underline;
}

/* New-site B2B band: certificate, commercial value and one partner action. */
html[data-font] .partner-block__inner {
  grid-template-columns: minmax(214px, 0.3fr) minmax(300px, 0.92fr) minmax(230px, 0.57fr) minmax(200px, 0.4fr);
  gap: clamp(20px, 2vw, 34px);
  align-items: center;
}

html[data-font] .partner-block__certificate {
  position: relative;
  display: grid;
  gap: 7px;
  align-content: center;
  justify-items: center;
  color: inherit;
  padding: 0 clamp(26px, 2.2vw, 38px) 0 4px;
  text-align: center;
  text-decoration: none;
}

html[data-font] .partner-block__certificate::after,
html[data-font] .partner-block__benefits::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 10%;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(31, 95, 191, 0),
    rgba(31, 95, 191, 0.3) 18%,
    rgba(31, 95, 191, 0.3) 82%,
    rgba(31, 95, 191, 0)
  );
}

html[data-font] .partner-block__certificate img {
  width: min(100%, 194px);
  max-height: 184px;
  object-fit: contain;
  border: 1px solid rgba(31, 95, 191, 0.18);
  border-radius: 6px;
  background: #fff;
}

html[data-font] .partner-block__certificate-eyebrow,
html[data-font] .partner-block__aside-title {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

html[data-font] .partner-block__certificate-eyebrow {
  letter-spacing: 0.06em;
  text-align: center;
}

html[data-font] .partner-block__certificate-link {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

html[data-font] .partner-block__benefits {
  position: relative;
  padding-right: clamp(24px, 2vw, 34px);
}

html[data-font] .partner-block__aside {
  display: grid;
  gap: 9px;
  align-content: center;
  padding-left: 0;
}

html[data-font] .partner-block__aside::before {
  display: none;
}

html[data-font] .partner-block__aside p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

html[data-font] .partner-block__form-submit {
  width: 100%;
  margin-top: 4px;
  border: 1px solid var(--accent);
  border-radius: 6px;
  color: #fff;
  background: var(--accent);
  font-weight: 800;
}

.product-context-card--sim {
  padding: 0;
  overflow: hidden;
}

.product-context-card--sim img {
  display: block;
  width: 100%;
  height: auto;
}

.product-context-platforms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-context-platforms img {
  width: 100%;
  min-height: 54px;
  object-fit: contain;
  border: 1px solid rgba(31, 95, 191, 0.1);
  border-radius: 8px;
  background: #ffffff;
}

.product-context-card--software {
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
}

.product-context-card--software img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.product-context-card--software > span {
  display: grid;
  gap: 6px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--muted);
}

.product-context-card--software strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.product-context-card--recommendation {
  gap: 10px;
  padding: 12px;
  background: linear-gradient(145deg, #ffffff 0%, #eef5ff 100%);
}

.product-context__recommendations,
.product-context__recommendations-list {
  display: grid;
  gap: 10px;
}

.product-context__recommendations--after-sim {
  margin-top: 10px;
}

.product-context__recommendations > .product-context-card__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
}

.product-context__recommendations > .product-context-card__eyebrow::after {
  display: block;
  flex: 1 1 auto;
  min-width: 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(31, 95, 191, 0.34), transparent);
  content: '';
}

.product-context-card__recommendation-media {
  display: block;
  padding: 6px;
  border-radius: 9px;
  background: rgba(31, 95, 191, 0.09);
}

.product-context-card--recommendation img {
  display: block;
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 18px -16px rgba(15, 23, 42, 0.48);
}

.product-context-card__recommendation-copy {
  display: grid;
  gap: 5px;
  padding: 2px 2px 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.product-context-card__recommendation-link {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-context-card--recommendation:hover .product-context-card__recommendation-link {
  color: #194d9e;
}

.product-context-card--sim:hover,
.product-context-card--software:hover {
  border-color: rgba(31, 95, 191, 0.42);
  box-shadow: 0 18px 32px -24px rgba(31, 95, 191, 0.35);
}

@media (min-width: 1461px) {
  .product-page .product-main--with-context {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.86fr) minmax(260px, 0.6fr);
    gap: 24px;
  }

  .product-main--with-context .product-context {
    position: sticky;
    top: calc(var(--header-offset, 72px) + 16px);
  }
}

@media (min-width: 961px) and (max-width: 1460px) {
  .product-main--with-context .product-context {
    grid-column: 1 / -1;
  }

  .product-main--with-context .product-context--recommendations-only {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-main--with-context .product-context__profile {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .product-main--with-context .product-context__preview-title {
    grid-column: 1 / -1;
  }
}

@media (max-width: 960px) {
  .product-main--with-context .product-info__top {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      'prices'
      'meta'
      'buy';
  }

  .product-main--with-context .product-info__top--single-price .product-order-prices {
    justify-self: center;
    width: min(100%, 255px);
  }

  .product-main--with-context .product-order-meta {
    justify-content: center;
  }

  .product-main--with-context .product-brand-trust {
    margin-inline: 0;
  }

  .product-main--with-context .product-buy {
    min-height: 50px;
  }

  .product-main--with-context .product-context {
    grid-column: 1;
  }

  .product-main--with-context .product-gallery__stage {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .product-main--with-context .product-order-prices {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .product-main--with-context .product-price-card {
    min-width: 0;
  }

  .product-main--with-context .product-brand-trust {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    margin-bottom: 13px;
    padding: 10px 11px;
  }

  .product-main--with-context .product-brand-trust__icon {
    width: 30px;
    height: 30px;
  }

  .product-main--with-context .product-gallery__stage {
    aspect-ratio: 1 / 1;
  }
}

.new-catalog-overlay-products {
  display: grid;
  gap: 24px;
}

.new-catalog-overlay-products .catalog-panel__group {
  display: block;
}

.new-catalog-overlay-products .catalog-panel__list {
  display: grid;
  gap: 8px;
}

.new-catalog-overlay-products .catalog-panel__link {
  display: block;
}

.new-product-docs {
  margin-top: 24px;
}

.new-product-content {
  margin: 36px 0 46px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(31, 95, 191, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.96)),
    #ffffff;
  box-shadow: 0 28px 70px -48px rgba(15, 23, 42, 0.42);
}

.new-product-content__head {
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.14) 9%, rgba(31, 95, 191, 0.2) 50%, rgba(31, 95, 191, 0.14) 91%, transparent) bottom / 100% 1px no-repeat;
}

.new-product-content__eyebrow {
  margin-bottom: 7px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.new-product-content__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.12;
}

.new-product-content .product-description-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.42fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: start;
}

.new-product-content .product-description-main {
  position: relative;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.new-product-content .product-description-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(clamp(26px, 4vw, 56px) / -2);
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(31, 95, 191, 0),
    rgba(31, 95, 191, 0.25),
    rgba(31, 95, 191, 0)
  );
  pointer-events: none;
}

.new-product-content .product-description-main h2 {
  position: relative;
  margin: 42px 0 16px;
  padding-left: 17px;
  color: #0f172a;
  font-size: clamp(1.28rem, 1.45vw, 1.58rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.new-product-content .product-description-main h2::before {
  content: "";
  position: absolute;
  top: 0.12em;
  bottom: 0.12em;
  left: 0;
  width: 4px;
  border-radius: 4px;
  background: var(--accent);
}

.new-product-content .product-description-main h2:first-child {
  margin-top: 0;
}

.new-product-content .product-description-main p {
  margin: 0 0 16px;
  max-width: 74ch;
  color: #263246;
  font-size: 1rem;
  line-height: 1.72;
}

.new-product-content .product-description-main strong {
  color: #0f172a;
  font-weight: 800;
}

.new-product-content .product-description-main ul {
  display: block;
  margin: 20px 0 34px;
  padding: 0;
  border-top: 0;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.14) 8%, rgba(31, 95, 191, 0.19) 50%, rgba(31, 95, 191, 0.14) 92%, transparent) top / 100% 1px no-repeat;
  list-style: none;
  counter-reset: product-benefit;
}

.new-product-content .product-description-main li {
  position: relative;
  display: block;
  min-height: 0;
  padding: 17px 0 17px 52px;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.12) 8%, rgba(31, 95, 191, 0.16) 50%, rgba(31, 95, 191, 0.12) 92%, transparent) bottom / 100% 1px no-repeat;
  color: #263246;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  box-shadow: none;
  counter-increment: product-benefit;
}

.new-product-content .product-description-main li::before {
  content: counter(product-benefit, decimal-leading-zero);
  position: absolute;
  top: 17px;
  left: 0;
  display: grid;
  width: 34px;
  min-height: 28px;
  place-items: center;
  border: 1px solid #1f68d5;
  border-radius: 5px;
  background: #1f68d5;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.55;
  opacity: 1;
  box-shadow: 0 4px 10px rgb(31 104 213 / 16%);
}

.new-product-content .product-description-main li strong {
  display: inline;
  margin: 0;
  color: #0f172a;
  font-weight: 800;
}

.new-product-content .product-description-main .product-package-list {
  display: grid;
  gap: 0;
  margin: 4px 0 10px;
  padding: 0;
  background: none;
  list-style: none;
  counter-reset: none;
  grid-template-columns: minmax(0, 1fr);
}

.new-product-content .product-description-main .product-package-list li {
  min-height: 0;
  padding: 11px 0 11px 29px;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.12) 8%, rgba(31, 95, 191, 0.16) 50%, rgba(31, 95, 191, 0.12) 92%, transparent) bottom / 100% 1px no-repeat;
  color: #17243a;
  font-weight: 650;
  line-height: 1.5;
  counter-increment: none;
}

.new-product-content .product-description-main .product-package-list li::before {
  content: "✓";
  top: 50%;
  left: 2px;
  display: grid;
  width: 18px;
  min-height: 18px;
  height: 18px;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #1f68d5;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  opacity: 1;
  box-shadow: 0 4px 10px rgb(31 104 213 / 18%);
}

.new-product-content .product-description-main .product-package-note {
  margin-bottom: 0;
  color: #526176;
  font-size: 0.93rem;
  line-height: 1.6;
}

.new-product-content .product-description-specs {
  position: sticky;
  top: calc(var(--header-offset, 72px) + 20px);
  min-width: 0;
  padding: 0;
  border: 1px solid rgba(31, 95, 191, 0.14);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 22px 54px -42px rgba(15, 23, 42, 0.55);
  overflow: hidden;
}

.new-product-content .product-description-specs__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 18px 21px;
  border-bottom: 1px solid rgba(31, 95, 191, 0.12);
  border-radius: 10px 10px 0 0;
  background: #eef5ff;
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.new-product-content .product-description-specs__body {
  padding: 4px 20px 0;
}

.new-product-content .product-description-specs__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.new-product-content .product-description-specs__item {
  display: grid;
  grid-template-columns: minmax(104px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 0;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.new-product-content .product-description-specs__item:last-child {
  border-bottom: 0;
}

.new-product-content .product-description-specs__label {
  display: block;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.new-product-content .product-description-specs__value {
  display: block;
  color: #111827;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.new-product-content .product-description-specs__cta {
  margin: 0;
  padding: 20px 21px;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background:
    linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.14) 8%, rgba(31, 95, 191, 0.2) 50%, rgba(31, 95, 191, 0.14) 92%, transparent) top / 100% 1px no-repeat,
    #eef5ff;
}

.new-product-content .product-description-specs__cta-title {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}

.new-product-content .product-description-specs__cta-text {
  margin: 7px 0 14px;
  color: #526176;
  font-size: 0.9rem;
  line-height: 1.5;
}

.new-product-content .product-description-specs__cta-button {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: #ffffff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.new-product-content .product-description-specs__cta-button:hover {
  background: #194d9e;
}

.product-use-cases {
  margin-top: 50px;
  padding: 30px 0 4px;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.15) 8%, rgba(31, 95, 191, 0.21) 50%, rgba(31, 95, 191, 0.15) 92%, transparent) top / 100% 1px no-repeat;
}

.product-use-cases__head {
  max-width: min(100%, 1040px);
}

.product-use-cases__eyebrow {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-use-cases__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.28rem, 1.45vw, 1.58rem);
  font-weight: 800;
  line-height: 1.2;
}

.product-use-cases__model {
  white-space: nowrap;
}

.product-use-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

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

.product-use-cases__item {
  min-width: 0;
  padding: 2px clamp(20px, 2.6vw, 38px) 30px;
}

.product-use-cases__item:first-child {
  padding-left: 0;
}

.product-use-cases__item + .product-use-cases__item {
  border-left: 1px solid transparent;
  border-image: linear-gradient(180deg, transparent, rgba(31, 95, 191, 0.3) 18%, rgba(31, 95, 191, 0.3) 82%, transparent) 1;
}

.product-use-cases__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(31, 95, 191, 0.2);
  border-radius: 8px;
  color: var(--accent);
  background: #eef5ff;
}

.product-use-cases__icon svg {
  width: 23px;
  height: 23px;
}

.product-use-cases__item h3 {
  margin: 16px 0 8px;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

@media (min-width: 768px) {
  .product-use-cases__item h3 {
    min-height: var(--use-case-title-height, auto);
  }
}

.product-use-cases__item p {
  margin: 0;
  max-width: 42ch;
  color: #526176;
  font-size: 0.93rem;
  line-height: 1.62;
}

.product-comparison {
  margin-top: 50px;
  padding: 30px 0 4px;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.15) 8%, rgba(31, 95, 191, 0.21) 50%, rgba(31, 95, 191, 0.15) 92%, transparent) top / 100% 1px no-repeat;
}

.product-comparison__head {
  max-width: 780px;
}

.product-comparison__eyebrow {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-comparison__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.28rem, 1.45vw, 1.58rem);
  font-weight: 800;
  line-height: 1.2;
}

.product-comparison__head p {
  margin: 10px 0 0;
  color: #526176;
  font-size: 0.94rem;
  line-height: 1.58;
}

.product-comparison__scroll-hint {
  display: none;
}

.product-comparison__table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  outline: 0;
  scrollbar-color: rgba(31, 95, 191, 0.42) transparent;
  scrollbar-width: thin;
}

.product-comparison__table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #152238;
  font-size: 0.9rem;
  line-height: 1.48;
}

.product-comparison__table th,
.product-comparison__table td {
  padding: 15px 18px;
  vertical-align: top;
  border-bottom: 1px solid rgba(31, 95, 191, 0.14);
  text-align: left;
}

.product-comparison__table thead th {
  color: #0e1d33;
  font-size: 0.95rem;
  font-weight: 800;
  border-top: 1px solid rgba(31, 95, 191, 0.24);
  border-bottom-color: rgba(31, 95, 191, 0.25);
}

.product-comparison__table thead th:first-child,
.product-comparison__table tbody th {
  width: 22%;
  color: #5a6e8b;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-comparison__table thead th.is-current,
.product-comparison__table td.is-current {
  background: #eef5ff;
}

.product-comparison__table thead th.is-current {
  border-radius: 8px 8px 0 0;
  color: var(--accent);
}

.product-comparison__table tbody tr:last-child td.is-current {
  border-radius: 0 0 8px 8px;
}

.product-comparison__table thead a {
  color: inherit;
  text-decoration-color: rgba(31, 95, 191, 0.4);
  text-underline-offset: 3px;
}

.product-comparison__table thead a:hover {
  color: #174c9e;
}

.product-comparison__table thead small {
  display: block;
  margin-top: 3px;
  color: #5276aa;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}

.product-editorial-faq {
  margin-top: 50px;
  padding: 30px 0 4px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.32) 12%, rgba(31, 95, 191, 0.32) 88%, transparent) 1;
}

.product-editorial-faq__head {
  max-width: 780px;
}

.product-editorial-faq__eyebrow {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-editorial-faq__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.16;
}

.product-editorial-faq__items {
  margin-top: 24px;
  border-top: 1px solid rgba(31, 95, 191, 0.18);
}

.product-editorial-faq__item {
  border-bottom: 1px solid rgba(31, 95, 191, 0.18);
}

.product-editorial-faq__item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 18px 54px 18px 0;
  color: #10203a;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.45;
  list-style: none;
}

.product-editorial-faq__item summary::-webkit-details-marker {
  display: none;
}

.product-editorial-faq__item summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(31, 95, 191, 0.34);
  border-radius: 50%;
  color: var(--accent);
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  transform: translateY(-50%);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.product-editorial-faq__item[open] summary::after {
  background: #e8f1ff;
  content: '−';
}

.product-editorial-faq__item summary:hover::after {
  background: #edf5ff;
  transform: translateY(-50%) scale(1.06);
}

.product-editorial-faq__answer {
  max-width: 820px;
  padding: 0 56px 22px 0;
  color: #4e5f76;
  font-size: 1rem;
  line-height: 1.65;
}

.product-editorial-faq__answer p {
  margin: 0;
}

html[data-font='a'] .new-product-content .product-description-specs {
  padding-left: 0;
}

.new-product-content .new-product-docs {
  margin-top: 46px;
  padding-top: 28px;
  border-top: 0;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.15) 8%, rgba(31, 95, 191, 0.21) 50%, rgba(31, 95, 191, 0.15) 92%, transparent) top / 100% 1px no-repeat;
}

.new-product-content .new-product-docs__head {
  margin-bottom: 16px;
}

.new-product-content .new-product-docs__eyebrow {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.new-product-content .new-product-docs h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.22rem, 1.4vw, 1.45rem);
  font-weight: 800;
}

.new-product-content .new-product-docs__list {
  margin: 0;
  padding: 0;
  border-top: 0;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.12) 8%, rgba(31, 95, 191, 0.17) 50%, rgba(31, 95, 191, 0.12) 92%, transparent) top / 100% 1px no-repeat;
  list-style: none;
}

.new-product-content .new-product-docs__item {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.12) 8%, rgba(31, 95, 191, 0.17) 50%, rgba(31, 95, 191, 0.12) 92%, transparent) bottom / 100% 1px no-repeat;
}

.new-product-content .new-product-docs__link {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 17px 0;
  color: inherit;
  text-decoration: none;
}

.new-product-content .new-product-docs__link:hover .new-product-docs__name {
  color: var(--accent);
}

.new-product-content .new-product-docs__icon {
  display: block;
  width: 48px;
  height: 48px;
  align-self: center;
  object-fit: contain;
  opacity: 0.92;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.new-product-content .new-product-docs__icon--pdf {
  filter: invert(25%) sepia(89%) saturate(1547%) hue-rotate(340deg) brightness(89%) contrast(89%);
}

.new-product-content .new-product-docs__icon--word {
  filter: invert(31%) sepia(43%) saturate(1398%) hue-rotate(178deg) brightness(89%) contrast(90%);
}

.new-product-content .new-product-docs__icon--excel {
  filter: invert(35%) sepia(22%) saturate(1590%) hue-rotate(96deg) brightness(91%) contrast(87%);
}

.new-product-content .new-product-docs__icon--presentation {
  filter: invert(47%) sepia(64%) saturate(1059%) hue-rotate(340deg) brightness(93%) contrast(81%);
}

.new-product-content .new-product-docs__icon--web {
  filter: invert(31%) sepia(43%) saturate(1398%) hue-rotate(178deg) brightness(89%) contrast(90%);
}

.new-product-content .new-product-docs__link:hover .new-product-docs__icon {
  opacity: 1;
  transform: translateY(-2px);
}

.new-product-content .new-product-docs__text {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.new-product-content .new-product-docs__name {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.new-product-content .new-product-docs__meta {
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.4;
}

.new-product-content .new-product-docs__arrow {
  color: var(--accent);
  font-size: 1.2rem;
  line-height: 1;
}

.new-product-content .product-feedback {
  margin-top: 48px;
  padding-top: 30px;
  border-top: 0;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.15) 8%, rgba(31, 95, 191, 0.21) 50%, rgba(31, 95, 191, 0.15) 92%, transparent) top / 100% 1px no-repeat;
}

.new-product-content .product-feedback--empty {
  margin-top: 60px;
  padding: clamp(26px, 2.4vw, 36px);
  border: 1px solid rgba(31, 95, 191, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(247, 251, 255, 0.96), rgba(255, 255, 255, 0.98)),
    linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.15) 8%, rgba(31, 95, 191, 0.21) 50%, rgba(31, 95, 191, 0.15) 92%, transparent) top / 100% 1px no-repeat;
  box-shadow: 0 18px 36px -34px rgba(15, 23, 42, 0.48);
}

.new-product-content .product-feedback--empty ~ .product-use-cases,
.new-product-content .product-feedback--empty ~ .product-comparison {
  margin-top: 64px;
}

.product-feedback__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.product-feedback__eyebrow {
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-feedback__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.22rem, 1.4vw, 1.45rem);
  font-weight: 800;
}

.product-feedback__head-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-feedback__action,
.feedback-modal__submit {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--accent);
  border-radius: 6px;
  color: #fff;
  background: var(--accent);
  box-shadow: 0 10px 18px -16px rgba(17, 76, 164, 0.9);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.product-feedback__action--secondary {
  color: var(--accent);
  background: #fff;
  box-shadow: none;
}

.product-feedback__preview-note {
  margin: 18px 0 0;
  padding: 10px 12px;
  border-left: 3px solid #d69e2e;
  color: #6b4f13;
  background: #fffaf0;
  font-size: 0.88rem;
  line-height: 1.45;
}

.product-feedback__layout {
  display: grid;
  grid-template-columns: minmax(236px, 0.38fr) minmax(0, 1fr);
  gap: clamp(24px, 3.2vw, 52px);
  align-items: start;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 0;
  background: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.12) 8%, rgba(31, 95, 191, 0.17) 50%, rgba(31, 95, 191, 0.12) 92%, transparent) top / 100% 1px no-repeat;
}

.product-feedback__layout--empty {
  grid-template-columns: minmax(0, 1fr);
}

.product-feedback__rating-panel {
  position: sticky;
  top: calc(var(--header-offset, 72px) + 104px);
  align-self: start;
  padding: 22px;
  border: 1px solid rgba(31, 95, 191, 0.16);
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff 0%, #f2f7ff 100%);
  box-shadow: 0 20px 40px -34px rgba(15, 23, 42, 0.45);
}

.product-feedback__layout > aside {
  align-self: start;
}

.product-feedback-score {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: center;
}

.product-feedback-score > strong {
  grid-row: span 2;
  color: var(--accent);
  font-size: 2.65rem;
  line-height: 1;
}

.product-feedback-score__stars,
.product-feedback-card__rating {
  letter-spacing: 0.08em;
}

.product-feedback-score__stars {
  font-size: 1.22rem;
}

.product-feedback-score > span:last-child {
  margin-top: 3px;
  color: #64748b;
  font-size: 0.84rem;
}

.product-feedback-breakdown {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(31, 95, 191, 0.14);
}

.product-feedback-breakdown__row {
  display: grid;
  grid-template-columns: 12px 14px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 7px;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
}

.product-feedback-breakdown__row > span:nth-child(2) {
  color: #f5ad18;
}

.product-feedback-breakdown__track {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #dfeafb;
}

.product-feedback-breakdown__track > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f5ad18, #ffc95b);
}

.product-feedback__rating-note {
  margin: 18px 0 0;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.45;
}

.product-feedback__content {
  min-width: 0;
}

.product-feedback__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.product-feedback__tabs button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(31, 95, 191, 0.18);
  border-radius: 6px;
  color: #526176;
  background: #ffffff;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
}

.product-feedback__tabs button span {
  display: grid;
  min-width: 20px;
  min-height: 20px;
  padding: 0 5px;
  place-items: center;
  border-radius: 999px;
  background: #e8f0ff;
  color: var(--accent);
  font-size: 0.72rem;
}

.product-feedback__tabs button.is-active {
  border-color: var(--accent);
  color: #ffffff;
  background: var(--accent);
}

.product-feedback__tabs button.is-active span {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.product-feedback__feed {
  display: grid;
  gap: 12px;
}

.product-feedback-card {
  padding: 18px;
  border: 1px solid rgba(31, 95, 191, 0.16);
  border-radius: 8px;
  background: #fff;
}

.product-feedback-card[hidden] {
  display: none;
}

.product-feedback-card__kind {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 5px;
  padding: 3px 6px;
  border-radius: 4px;
  color: var(--accent);
  background: #edf4ff;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.product-feedback-card--question .product-feedback-card__kind {
  color: #56657a;
  background: #eef1f5;
}

.product-feedback-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #64748b;
  font-size: 0.8rem;
}

.product-feedback-card__meta div {
  display: grid;
  gap: 2px;
}

.product-feedback-card__meta strong {
  color: #0f172a;
  font-size: 0.92rem;
}

.product-feedback-card__meta time {
  white-space: nowrap;
}

.product-feedback-card__rating {
  margin-top: 10px;
  font-size: 0.92rem;
}

.product-feedback-card > p,
.product-feedback-card__answer p {
  margin: 10px 0 0;
  color: #243247;
  font-size: 0.92rem;
  line-height: 1.55;
}

.product-feedback-card__answer {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 3px solid var(--accent);
  background: #f3f7ff;
}

.product-feedback-card__answer strong {
  color: var(--accent);
  font-size: 0.8rem;
}

.product-feedback-card__answer p {
  margin-top: 5px;
}

.product-feedback-card__pending {
  display: inline-block;
  margin-top: 12px;
  color: #64748b;
  font-size: 0.82rem;
}

.product-feedback__empty {
  margin: 0;
  color: #526176;
  line-height: 1.55;
}

.product-feedback__more-actions {
  display: none;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.product-feedback[data-feedback-interactive='true'] .product-feedback__more-actions {
  display: flex;
}

.product-feedback__more-actions button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(31, 95, 191, 0.28);
  border-radius: 6px;
  color: #1f5fbf;
  background: #fff;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  transition: color 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.product-feedback__more-actions button:hover {
  border-color: #1f5fbf;
  color: #123f83;
  background: #f3f7ff;
}

.product-feedback__more-actions button[hidden] {
  display: none;
}

.feedback-modal {
  width: min(560px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.32);
}

.feedback-modal::backdrop {
  background: rgba(15, 23, 42, 0.54);
}

.feedback-modal__form {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.feedback-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.feedback-modal__header h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.3rem;
}

.feedback-modal__header button {
  padding: 4px;
  border: 0;
  color: #526176;
  background: transparent;
  font: inherit;
  font-size: 0.84rem;
  cursor: pointer;
}

.feedback-modal__form > label:not(.feedback-modal__checkbox) {
  display: grid;
  gap: 6px;
  color: #334155;
  font-size: 0.84rem;
  font-weight: 700;
}

.feedback-modal__form label > span {
  color: #d92d20;
}

.feedback-modal__form input:not([type='checkbox']),
.feedback-modal__form textarea,
.feedback-modal__form select {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid #bfd1ee;
  border-radius: 6px;
  color: #0f172a;
  background: #fff;
  font: inherit;
  font-weight: 400;
}

.feedback-modal__form textarea {
  resize: vertical;
}

.feedback-modal__checkbox {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #526176;
  font-size: 0.86rem;
}

.feedback-modal__message {
  min-height: 1.2em;
  margin: 0;
  color: #526176;
  font-size: 0.86rem;
}

.feedback-modal__submit {
  width: 100%;
}

.new-simple-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  min-height: 150px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.new-simple-card span {
  font-weight: 700;
  font-size: 1.02rem;
}

.new-simple-card small {
  align-self: end;
  color: var(--accent);
  font-weight: 700;
}

.producer-hero .hero-card {
  min-height: 210px;
}

.producer-page {
  padding: 28px 0 64px;
  background: #f3f7ff;
}

.producer-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.producer-sidebar {
  position: sticky;
  top: calc(var(--ui-v2-header-height, 76px) + 24px);
  padding: 22px;
  border: 1px solid rgba(31, 95, 191, 0.12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 24px 50px -42px rgba(15, 23, 42, 0.45);
}

.producer-sidebar__eyebrow,
.producer-content__eyebrow {
  color: #1f5fbf;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.producer-sidebar__name {
  margin-top: 8px;
  color: #0f274c;
  font-size: 1.45rem;
  font-weight: 850;
  line-height: 1.15;
}

.producer-sidebar__text {
  margin: 14px 0 0;
  color: #5c6d86;
  font-size: 0.95rem;
  line-height: 1.55;
}

.producer-content {
  min-width: 0;
}

.producer-content__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.producer-content__title {
  margin: 6px 0 0;
  color: #0f274c;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  font-weight: 850;
  line-height: 1.1;
}

.producer-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.producer-product-card {
  display: grid;
  grid-template-columns: minmax(130px, 34%) minmax(0, 1fr);
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(31, 95, 191, 0.12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 26px 54px -46px rgba(15, 23, 42, 0.5);
}

.producer-product-card[hidden] {
  display: none;
}

.producer-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(125, 229, 243, 0.28), transparent 34%),
    radial-gradient(circle at 85% 15%, rgba(255, 194, 170, 0.28), transparent 34%),
    linear-gradient(135deg, #ecfbff, #f9fbff 52%, #fff4ef);
}

.producer-product-card__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 190px;
  object-fit: contain;
}

.producer-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  min-width: 0;
}

.producer-product-card__meta {
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.producer-product-card__title {
  margin: 0;
  color: #0f274c;
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1.18;
}

.producer-product-card__title a {
  color: inherit;
}

.producer-product-card__text {
  margin: 0;
  color: #4d5f79;
  font-size: 0.95rem;
  line-height: 1.5;
}

.producer-product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(31, 95, 191, 0.12);
}

.producer-product-card__price {
  color: #1f5fbf;
  font-size: 1.2rem;
  font-weight: 850;
  line-height: 1.1;
  white-space: nowrap;
}

.producer-product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  background: #2563c7;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-shadow: 0 18px 30px -24px rgba(31, 95, 191, 0.75);
}

.producer-product-card__button:hover {
  color: #ffffff;
  background: #1f55b0;
}

.producer-empty {
  padding: 22px;
  border: 1px dashed rgba(31, 95, 191, 0.28);
  border-radius: 16px;
  background: #ffffff;
  color: #53657f;
  font-weight: 700;
}

@media (max-width: 980px) {
  .new-catalog-layout {
    grid-template-columns: 1fr;
  }

  .new-catalog-sidebar {
    position: static;
    max-height: none;
  }

  .new-product-content .product-description-grid {
    grid-template-columns: 1fr;
  }

  .new-product-content .product-description-main::after {
    display: none;
  }

  .new-product-content .product-description-specs {
    position: static;
  }

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

  .product-use-cases--3 .product-use-cases__item:nth-child(3) {
    grid-column: 1 / -1;
    margin-top: 22px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.26) 14%, rgba(31, 95, 191, 0.26) 86%, transparent) 1;
    padding-top: 24px;
  }

  .producer-layout {
    grid-template-columns: 1fr;
  }

  .product-feedback__layout {
    grid-template-columns: 1fr;
  }

  .product-feedback__rating-panel {
    position: static;
  }

  .producer-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  html[data-font] .shell,
  .shell {
    width: 90%;
  }

  .new-product-content {
    padding: 18px;
    border-radius: 14px;
  }

  .new-product-content .product-description-main li {
    min-height: 0;
  }

  .new-product-content .product-description-specs__item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .new-product-content .new-product-docs__link {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .new-product-content .new-product-docs__icon {
    width: 38px;
    height: 44px;
  }

  .new-product-content .new-product-docs__icon--web {
    width: 38px;
    height: 38px;
  }

  .product-use-cases {
    margin-top: 38px;
    padding-top: 26px;
  }

  .product-comparison {
    margin-top: 38px;
    padding-top: 26px;
  }

  .product-editorial-faq {
    margin-top: 38px;
    padding-top: 26px;
  }

  .product-editorial-faq__item summary {
    min-height: 64px;
    padding-right: 46px;
    font-size: 0.96rem;
  }

  .product-editorial-faq__answer {
    padding-right: 0;
    font-size: 0.96rem;
  }

  .product-comparison__table-wrap {
    position: relative;
    margin-right: -4px;
    padding-bottom: 6px;
  }

  .product-comparison__scroll-hint {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 18px 0 -6px;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.35;
  }

  .product-comparison__scroll-hint span {
    font-size: 1.15rem;
    line-height: 1;
  }

  .product-comparison__table-wrap::after {
    position: sticky;
    right: 0;
    top: 52px;
    display: grid;
    width: 42px;
    height: 54px;
    margin-left: auto;
    place-items: center;
    border-radius: 12px 0 0 12px;
    color: var(--accent);
    background: linear-gradient(90deg, rgba(247, 250, 255, 0), rgba(247, 250, 255, 0.96) 42%);
    box-shadow: -10px 0 18px -16px rgba(31, 95, 191, 0.38);
    content: '›';
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .product-comparison__table-wrap.has-scroll-overflow:not(.is-scroll-end)::after {
    opacity: 1;
  }

  .product-comparison__table th,
  .product-comparison__table td {
    padding: 13px 15px;
  }

  .product-use-cases__grid,
  .product-use-cases--2 .product-use-cases__grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 22px;
  }

  .product-use-cases__item,
  .product-use-cases__item:first-child,
  .product-use-cases--3 .product-use-cases__item:nth-child(3) {
    grid-column: auto;
    margin: 0;
    padding: 0 0 24px;
    border: 0;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, transparent, rgba(31, 95, 191, 0.22) 12%, rgba(31, 95, 191, 0.22) 88%, transparent) 1;
  }

  .product-use-cases__item + .product-use-cases__item {
    padding-top: 24px;
  }

  .product-use-cases__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .product-feedback__head {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-feedback__head-actions {
    width: 100%;
  }

  .product-feedback__action {
    flex: 1 1 180px;
  }

  html[data-font] .partner-block__inner {
    grid-template-columns: 1fr;
  }

  html[data-font] .partner-block__certificate {
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: center;
    padding-right: 0;
    border-right: 0;
  }

  html[data-font] .partner-block__certificate::after,
  html[data-font] .partner-block__benefits::after {
    display: none;
  }

  html[data-font] .partner-block__certificate-eyebrow,
  html[data-font] .partner-block__certificate-link {
    grid-column: 2;
  }

  html[data-font] .partner-block__certificate img {
    grid-row: 1 / span 2;
    grid-column: 1;
    max-height: 110px;
  }

  html[data-font] .partner-block__benefits {
    padding-right: 0;
  }

  .producer-page {
    padding-top: 18px;
  }

  .producer-product-card {
    grid-template-columns: 1fr;
  }

  .producer-product-card__image {
    min-height: 210px;
  }

  .producer-product-card__bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .producer-product-card__button {
    width: 100%;
  }
}
