.catalog-control-center {
  display: grid;
  gap: 28px;
}

.catalog-control-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.78fr);
  gap: 16px;
  align-items: stretch;
}

.catalog-control-hero--single {
  grid-template-columns: 1fr;
}

.catalog-control-copy,
.catalog-control-side,
.catalog-scenario-card,
.catalog-direction-card,
.catalog-engineering-card,
.catalog-support-strip article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.catalog-control-copy {
  padding: 28px 30px;
  background:
    radial-gradient(circle at top right, rgba(31, 92, 141, 0.09), transparent 32%),
    linear-gradient(180deg, #fbfdff 0%, #f3f8fd 100%);
}

.catalog-control-copy .lead {
  margin: 0;
  max-width: 740px;
  color: #415d75;
  font-size: 15px;
  line-height: 1.55;
}

.catalog-primary-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 18px 0 0;
}

.catalog-primary-search input {
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #cfddeb;
  border-radius: 14px;
  background: #fff;
  font-size: 15px;
}

.catalog-scenario-section,
.catalog-engineering-section,
.catalog-brand-section,
.catalog-main-grid-section {
  display: grid;
  gap: 14px;
}

.catalog-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.catalog-scenario-card {
  padding: 16px;
  display: grid;
  gap: 10px;
}

.catalog-scenario-card--primary {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fe 100%);
  border-color: #c9dced;
}

.catalog-scenario-head {
  display: block;
}

.catalog-scenario-head h3 {
  margin: 0;
  color: #163a5c;
  font-size: 18px;
}

.catalog-scenario-card p {
  margin: 0;
  color: #516d86;
  line-height: 1.45;
  font-size: 13px;
}

.catalog-scenario-form {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.catalog-scenario-form input,
.catalog-scenario-form select {
  min-width: 0;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #cbd9e7;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
}

.catalog-scenario-checks {
  display: grid;
  gap: 8px;
  padding: 2px 0 4px;
}

.catalog-scenario-checks label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #46637d;
  font-size: 13px;
  font-weight: 600;
}

.catalog-direction-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.catalog-direction-card {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.catalog-direction-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.catalog-direction-head h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.catalog-direction-head p {
  margin: 0;
  color: #5b7289;
  line-height: 1.5;
  max-width: 52ch;
}

.catalog-direction-actions {
  display: grid;
  justify-items: end;
  min-width: 116px;
}

.catalog-direction-actions a {
  color: #1f5883;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.catalog-direction-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-direction-links a,
.catalog-brand-row--compact a {
  padding: 9px 12px;
  border: 1px solid #d2e1ee;
  border-radius: 999px;
  background: #f7fbff;
  color: #1f557f;
  font-size: 13px;
  font-weight: 600;
}

.catalog-engineering-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.catalog-engineering-card {
  padding: 16px 14px;
  display: grid;
  gap: 0;
  min-height: 84px;
  align-items: center;
}

.catalog-engineering-card strong {
  color: #163b5c;
  font-size: 15px;
}

.catalog-brand-row--compact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-support-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.catalog-support-strip article {
  padding: 14px 15px;
  display: grid;
  gap: 4px;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
}

.catalog-support-strip strong {
  color: #173b5d;
}

.catalog-support-strip span {
  color: #62778c;
  line-height: 1.4;
  font-size: 13px;
}

.catalog-landing {
  display: grid;
  gap: 20px;
}

.catalog-entry-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

.catalog-entry-copy,
.catalog-entry-panel,
.catalog-main-card,
.catalog-quick-card,
.catalog-subgroup-card,
.catalog-trust-strip article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.catalog-entry-copy {
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(38, 106, 161, 0.08), transparent 30%),
    linear-gradient(180deg, #fcfeff 0%, #f5f9fd 100%);
}

.catalog-entry-panel {
  padding: 18px;
  display: grid;
  gap: 12px;
  background: linear-gradient(180deg, #f8fbfe 0%, #eef5fb 100%);
}

.catalog-entry-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 18px 0 12px;
}

.catalog-entry-search input {
  min-width: 0;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid #cfdeec;
  border-radius: 14px;
  background: #fff;
  font-size: 15px;
}

.catalog-entry-actions,
.catalog-entry-chips,
.catalog-main-tags,
.catalog-brand-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.catalog-entry-actions {
  margin-bottom: 14px;
}

.catalog-entry-chips a,
.catalog-main-tags a,
.catalog-brand-row a {
  padding: 8px 12px;
  border: 1px solid #d2e1ee;
  border-radius: 999px;
  background: #f7fbff;
  color: #1f557f;
  font-size: 13px;
  font-weight: 600;
}

.catalog-entry-stat {
  padding: 14px;
  border: 1px solid #d7e4f0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.catalog-entry-stat span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #607991;
}

.catalog-entry-stat b {
  display: block;
  margin-top: 8px;
  color: #173b5d;
  font-size: 24px;
}

.catalog-entry-stat p {
  margin: 8px 0 0;
  color: #59728a;
  line-height: 1.5;
}

.catalog-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.catalog-quick-card {
  padding: 16px;
  display: grid;
  gap: 8px;
}

.catalog-quick-card strong {
  color: #173b5d;
  font-size: 16px;
}

.catalog-quick-card span {
  color: #60768b;
  line-height: 1.5;
  font-size: 14px;
}

.catalog-main-grid-section,
.catalog-subgroups,
.catalog-brands-section {
  display: grid;
  gap: 12px;
}

.catalog-main-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.catalog-main-card {
  padding: 18px;
}

.catalog-main-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.catalog-main-card h3 {
  margin: 0;
  font-size: 20px;
}

.catalog-main-link {
  color: #245a84;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.catalog-main-note {
  margin: 0 0 12px;
  color: #60768b;
  line-height: 1.55;
}

.catalog-subgroup-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.catalog-subgroup-card {
  padding: 14px 16px;
  display: grid;
  gap: 5px;
}

.catalog-subgroup-card strong {
  color: #173b5d;
  font-size: 15px;
}

.catalog-subgroup-card span {
  color: #688097;
  font-size: 13px;
}

.catalog-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.catalog-trust-strip article {
  padding: 15px;
  display: grid;
  gap: 8px;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
}

.catalog-trust-strip strong {
  color: #173b5d;
}

.catalog-trust-strip span {
  color: #62778c;
  line-height: 1.5;
  font-size: 14px;
}

.root-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.root-card,
.catalog-root {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 14px;
}

.root-card ul {
  margin: 0;
  padding-left: 18px;
}

.root-card li {
  margin-bottom: 6px;
}

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

.advantages-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: var(--shadow);
}

.hero-subline {
  margin: 2px 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #1b4367;
}

.catalog-root {
  margin-bottom: 12px;
}

.catalog-root-note {
  margin: 8px 0 12px;
  color: #60778d;
  font-size: 14px;
  line-height: 1.5;
}

.catalog-landing-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.catalog-value-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.catalog-value-strip article,
.catalog-showcase-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px;
}

.catalog-value-strip span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #5f7690;
}

.catalog-value-strip b {
  display: block;
  margin-top: 8px;
  color: #173b5d;
  font-size: 26px;
}

.catalog-value-strip p {
  margin: 8px 0 0;
  color: #5c7388;
  line-height: 1.5;
}

.catalog-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.catalog-showcase-copy,
.catalog-showcase-grid {
  background: linear-gradient(180deg, #fafdff 0%, #f2f7fc 100%);
  border: 1px solid #d9e5f1;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px;
}

.catalog-showcase-copy p {
  color: #556d84;
  line-height: 1.6;
}

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

.catalog-showcase-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.catalog-showcase-card p {
  margin: 0;
  color: #5a7289;
  line-height: 1.5;
  font-size: 14px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chips a {
  padding: 7px 10px;
  border: 1px solid #cfe0ef;
  border-radius: 999px;
  background: #f6faff;
  color: #22557f;
}

.category-page .cat-head {
  margin-bottom: 12px;
}

.cat-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

#catalog-filters-container {
  align-self: stretch;
  min-height: 100%;
}

.filters {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9fd 100%);
  box-shadow: var(--shadow);
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-self: start;
  position: sticky;
  top: 124px;
  min-height: 100%;
  max-height: calc(100vh - 132px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.filters-head {
  margin-bottom: 10px;
}

.filters-head h3 {
  margin-bottom: 2px;
  font-size: 17px;
}

.filters-head span {
  color: #6a8399;
  font-size: 12px;
}

.filters-summary {
  position: sticky;
  top: -12px;
  z-index: 4;
  margin: -12px -12px 12px;
  padding: 12px 12px 10px;
  background: linear-gradient(180deg, rgba(251, 253, 255, 0.98) 0%, rgba(245, 249, 253, 0.98) 100%);
  border-bottom: 1px solid #d9e6f3;
  backdrop-filter: blur(6px);
}

.filters-summary-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.filters-summary-stat {
  display: inline-grid;
  gap: 2px;
  min-width: 74px;
  padding: 7px 9px;
  border: 1px solid #d5e3f0;
  border-radius: 10px;
  background: #fff;
}

.filters-summary-stat span {
  font-size: 11px;
  color: #65809a;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.filters-summary-stat b {
  font-size: 18px;
  color: #173b5c;
  line-height: 1.1;
}

.filters-reset-link {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #cbddec;
  background: #fff;
  color: #1c537e;
  font-size: 12px;
  font-weight: 700;
}

.children-head {
  margin-top: 8px;
}

.branch-nav {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.branch-nav a {
  border: 1px solid #cedeed;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: #2d4b66;
  font-size: 13px;
  font-weight: 700;
}

.branch-nav a.active {
  background: #eaf3ff;
  border-color: #9fc1e4;
  color: #0f5a9a;
}

.child-links a {
  font-weight: 600;
}

.filters form {
  display: grid;
  gap: 10px;
}

.filters label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #36516a;
}

.filters input,
.filters select {
  padding: 8px 9px;
  border: 1px solid #c7d8e8;
  border-radius: 8px;
  background: #fff;
}

.results-area {
  min-width: 0;
}

.child-cards-block {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 12px;
  margin-bottom: 12px;
}

.child-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.child-card {
  border: 1px solid #d4e3f2;
  border-radius: 8px;
  padding: 10px;
  background: #f8fbff;
  display: grid;
  gap: 4px;
}

.child-title {
  color: #1d466d;
  font-weight: 700;
}

.child-type {
  color: #5c748c;
  font-size: 12px;
}

.toolbar {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 12px;
  margin-bottom: 12px;
  display: grid;
  gap: 10px;
}

.toolbar-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.results-count {
  font-size: 20px;
  font-weight: 700;
  color: #30495f;
}

.results-count b {
  font-size: 30px;
  color: #1a3752;
}

.view-switch {
  display: inline-flex;
  border: 1px solid #c6d7e7;
  border-radius: 8px;
  overflow: hidden;
}

.view-switch button {
  border: 0;
  background: #f4f8fd;
  color: #35536e;
  padding: 7px 10px;
  font-size: 13px;
}

.view-switch button.active {
  background: linear-gradient(120deg, var(--brand), var(--brand-2));
  color: #fff;
}

.sort-form label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #526f89;
  font-size: 13px;
  font-weight: 700;
}

.sort-form select {
  border: 1px solid #c7d8e8;
  border-radius: 8px;
  padding: 7px 8px;
}

.branch-preview-note {
  border: 1px dashed #c9dbec;
  border-radius: 8px;
  background: #f5fafe;
  color: #3f5b74;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

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

.products-grid.list {
  grid-template-columns: 1fr;
}

.products-grid.list .product-card {
  grid-template-columns: 220px 1fr;
  display: grid;
}

.products-grid.list .product-card .img {
  height: 100%;
}

.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  height: 100%;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(16, 42, 66, 0.12);
  border-color: #c3d8ea;
}

.product-card .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, #ffffff 0%, #edf4fb 50%, #dde7f1 100%);
  aspect-ratio: 4/3;
  min-height: 252px;
  padding: 14px;
  position: relative;
  overflow: hidden;
}

.product-card .img::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(236, 244, 251, 0.88) 100%);
  border: 1px solid rgba(205, 221, 236, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.product-card .img img {
  max-height: 212px;
  width: 100%;
  max-width: 96%;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(18, 49, 77, 0.14));
  position: relative;
  z-index: 1;
}

.smart-placeholder {
  width: 100%;
  height: 100%;
  min-height: 150px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  text-align: center;
  padding: 12px;
  background: linear-gradient(180deg, #f8fbff 0%, #edf3f9 100%);
  position: relative;
  z-index: 1;
}

.smart-placeholder__logo {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-placeholder__logo img {
  max-width: 120px;
  max-height: 42px;
  object-fit: contain;
  filter: grayscale(8%);
}

.smart-placeholder__logo-fallback {
  font-size: 12px;
  font-weight: 700;
  color: #304f6c;
  line-height: 1.2;
}

.smart-placeholder__sku {
  font-size: 13px;
  font-weight: 800;
  color: #153a5d;
  line-height: 1.25;
  word-break: break-word;
}

.smart-placeholder__meta {
  font-size: 12px;
  color: #4f6a83;
  line-height: 1.3;
}

.smart-placeholder--logo {
  background: linear-gradient(180deg, #fbfdff 0%, #eef5fc 100%);
}

.smart-placeholder--neutral {
  background: linear-gradient(180deg, #f7f9fc 0%, #edf1f6 100%);
}

.smart-placeholder--card {
  min-height: 160px;
  border: 1px solid rgba(194, 211, 228, 0.72);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.smart-placeholder--mini {
  min-height: 140px;
  gap: 6px;
  padding: 8px;
}

.smart-placeholder--mini .smart-placeholder__logo img {
  max-width: 92px;
  max-height: 34px;
}

.smart-placeholder--mini .smart-placeholder__sku {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
}

.home-mini-card .img .smart-placeholder {
  min-height: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  align-content: center;
  overflow: hidden;
}

.smart-placeholder--mini .smart-placeholder__meta {
  display: none;
}

.smart-placeholder--mini .smart-placeholder__logo-fallback {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
}

.product-card .body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 100%;
}

.sku-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  font-size: 12px;
  color: #60778d;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.sku-line b {
  color: #173b5d;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.product-card h3 {
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
  min-height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  align-items: flex-start;
}

.meta-label {
  color: #6f859a;
  font-weight: 700;
}

.meta-value {
  color: #213c54;
  font-weight: 700;
}

.summary {
  margin: 0;
  font-size: 14px;
  color: #3a536b;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.55;
}

.status {
  display: grid;
  gap: 6px;
}

.price-tag {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 6px;
  background: #ecf4ff;
  color: #0f4f8f;
  font-weight: 800;
  width: fit-content;
}

.stock-tag {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 6px;
  font-weight: 700;
  width: fit-content;
}

.stock-tag.in {
  background: #e8f7ed;
  color: #0f7240;
}

.stock-tag.out {
  background: #fff2e5;
  color: #9b5a11;
}

.catalog-landing-head .btn-primary {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 9px 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, var(--brand), var(--brand-2));
}

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

.brand-row a {
  display: inline-flex;
  border: 1px solid #cfe0ef;
  border-radius: 999px;
  background: #fff;
  padding: 7px 11px;
  color: #20486d;
  font-weight: 600;
}

.cat-hero {
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(28, 95, 149, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: var(--shadow);
  padding: 22px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 18px;
}

.cat-hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.cat-hero-kicker span,
.cat-hero-links a {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid #d3e1ee;
  background: #f6faff;
  color: #214f76;
  font-size: 12px;
  font-weight: 700;
}

.cat-hero-main h1 {
  margin: 0 0 10px;
}

.cat-intro {
  margin: 0 0 10px;
  color: #3a536c;
  font-size: 15px;
  line-height: 1.65;
}

.cat-path-hint {
  color: #6a8297;
  font-size: 12px;
  line-height: 1.5;
}

.cat-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.cat-hero-stats {
  display: grid;
  gap: 10px;
}

.cat-hero-stats .stat {
  border: 1px solid #d5e3f2;
  border-radius: 12px;
  background: #f6faff;
  padding: 12px 13px;
}

.cat-hero-stats .stat--hint {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%);
}

.cat-hero-stats span {
  font-size: 12px;
  color: #5f7690;
  display: block;
}

.cat-hero-stats b {
  font-size: 24px;
  color: #153d63;
}

.selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.selected-filters span {
  border: 1px solid #cde0f2;
  background: #eef6ff;
  color: #305675;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
}

.facet-section {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.facet-section-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #59758f;
}

.filter-group {
  border: 1px solid #d6e3f1;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 8px;
  overflow: hidden;
}

.filter-group summary {
  list-style: none;
  cursor: pointer;
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 800;
  color: #214563;
  border-bottom: 1px solid #e5edf5;
}

.filter-group[open] summary {
  background: #f7fbff;
}

.filter-group .branch-nav,
.filter-group label {
  margin: 10px;
}

.filters-form .filter-checkbox {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  justify-content: space-between;
}

.filter-checkbox span {
  flex: 1;
}

.filter-checkbox b {
  min-width: 24px;
  text-align: center;
  border-radius: 999px;
  background: #edf5fd;
  border: 1px solid #d1e2f2;
  color: #2f5678;
  padding: 2px 7px;
  font-size: 11px;
}

.filters-form .filter-checkbox input {
  width: 16px;
  height: 16px;
}

.facet-options {
  border: 1px solid #e2ebf4;
  border-radius: 8px;
  background: #fbfdff;
  max-height: 240px;
  overflow: auto;
  padding: 6px;
}

.facet-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 5px 6px;
  border-radius: 6px;
  margin: 2px 0;
  font-size: 13px;
}

.facet-option:hover {
  background: #eef5fd;
}

.facet-name {
  color: #2e4f6d;
}

.facet-count {
  border: 1px solid #d0e1f2;
  background: #eff6fd;
  border-radius: 999px;
  color: #345f83;
  font-size: 11px;
  min-width: 24px;
  text-align: center;
  padding: 1px 7px;
}

.facet-option-clear {
  border-top: 1px dashed #d8e5f3;
  margin-top: 6px;
  padding-top: 8px;
}

.range-fields {
  display: grid;
  gap: 8px;
  margin: 8px 10px 10px;
}

.range-hint {
  font-size: 12px;
  color: #5b7893;
}

.range-fields label {
  margin: 0;
}

.brand-suggest-list {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.brand-suggest {
  border: 1px solid #cfe0f0;
  background: #f6faff;
  color: #244e74;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  cursor: pointer;
}

.brand-suggest span {
  margin-left: 5px;
  color: #6a8399;
}

.filters-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 4px;
}

.toolbar {
  position: sticky;
  top: 118px;
  z-index: 12;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 13px 14px;
}

.filters-mobile-open {
  display: none;
  border: 1px solid #bdd3e5;
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 700;
  color: #1c405f;
  background: #f2f8ff;
}

.toolbar-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.products-grid.list .product-row,
.product-row {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 0;
}

.product-row .img {
  aspect-ratio: auto;
  min-height: 188px;
  border-right: 1px solid #d9e6f3;
}

.product-row .img img {
  max-width: 156px;
  max-height: 148px;
}

.sku-line {
  font-size: 12px;
  color: #456380;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.sku-line b {
  color: #18344f;
}

.product-meta-strong .meta-value {
  font-size: 13px;
}

.product-row .summary {
  min-height: auto;
  font-size: 13px;
}

.product-row .actions {
  grid-template-columns: repeat(4, minmax(0, auto));
  align-items: center;
}

.product-row .actions form {
  margin: 0;
}

.category-seo-more {
  margin-top: 12px;
  border: 1px solid #d6e3f0;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.category-seo-more summary {
  cursor: pointer;
  font-weight: 700;
  color: #204261;
}

.filters-drawer-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(9, 22, 36, 0.44);
  z-index: 80;
}

.actions {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  flex-wrap: wrap;
}

.actions form,
.actions a {
  flex: 1 1 calc(50% - 4px);
  min-width: 130px;
}

.actions button,
.actions .btn-ghost {
  width: 100%;
  text-align: center;
  min-height: 42px;
}

.product-card--logo .img,
.product-card--neutral .img {
  background: linear-gradient(180deg, #f8fbff 0%, #ecf2f8 100%);
}

.product-card .body {
  padding: 16px;
  gap: 10px;
}

.product-card-meta {
  display: grid;
  gap: 7px;
}

.product-card h3 {
  min-height: 48px;
}

.summary {
  min-height: 64px;
  -webkit-line-clamp: 4;
}

.results-area {
  display: grid;
  gap: 16px;
}

.child-cards-block,
.category-seo-block,
.branch-preview-note {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.child-cards-block {
  padding: 14px;
}

.results-count {
  color: #37516a;
  font-weight: 600;
}

.sort-form {
  gap: 12px;
}

.sort-form label {
  gap: 6px;
}

.branch-preview-note {
  padding: 13px 14px;
  color: #4b647d;
  line-height: 1.55;
}

.search-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 12px;
}

.search-sidebar {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--shadow);
  padding: 12px;
  position: sticky;
  top: 118px;
  max-height: calc(100vh - 134px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.search-summary {
  margin-bottom: 10px;
  border: 1px solid #d8e6f3;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,251,255,0.98) 100%);
  padding: 12px;
  position: sticky;
  top: -12px;
  z-index: 3;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.search-summary h3 {
  margin: 0 0 8px;
}

.search-summary p {
  margin: 0 0 6px;
  color: #3e5a74;
}

.search-sort-form {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.search-sort-form:last-child {
  margin-bottom: 0;
}

.search-sort-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}

.search-sort-form input,
.search-sort-form select {
  border: 1px solid #c7d8e8;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}

.search-facet-form {
  padding-top: 10px;
  border-top: 1px solid #e3edf6;
}

.search-facet-group {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.search-facet-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.search-results {
  display: grid;
  gap: 12px;
}

.search-group {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 14px;
}

.search-empty {
  border: 1px dashed #c8dbee;
  border-radius: 14px;
  background: #f8fbff;
  padding: 16px;
}

.search-empty ul {
  margin: 8px 0 10px;
  padding-left: 18px;
}

.toolbar-loading {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #345978;
  border: 1px solid #cfe0f1;
  border-radius: 999px;
  padding: 5px 9px;
  background: #eef6ff;
}

.header-search {
  position: relative;
}

.search-autocomplete {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 120;
  border: 1px solid #cadcf0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(13, 35, 58, 0.14);
  max-height: 380px;
  overflow-y: auto;
}

.search-autocomplete .ac-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #5b7794;
  font-weight: 700;
  padding: 8px 10px 5px;
  border-top: 1px solid #edf3f9;
}

.search-autocomplete .ac-title:first-child {
  border-top: 0;
}

.search-autocomplete .ac-item {
  display: block;
  padding: 7px 10px;
  color: #294966;
  font-size: 13px;
}

.search-autocomplete .ac-item:hover,
.search-autocomplete .ac-item.active {
  background: #eef6ff;
  color: #0f5ea7;
}

.manufacturers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.manufacturers-hero {
  margin-bottom: 12px;
}

.manufacturer-logo-showcase {
  border: 1px solid #d3e2f1;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 10px;
  margin-bottom: 12px;
}

.logo-strip-viewport {
  overflow: hidden;
  border-radius: 10px;
}

.logo-strip-track {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  animation: manufacturer-strip 42s linear infinite;
}

.manufacturer-logo-showcase:hover .logo-strip-track {
  animation-play-state: paused;
}

.logo-tile {
  min-width: 140px;
  height: 74px;
  border: 1px solid #d7e6f4;
  border-radius: 10px;
  background: #fbfdff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.logo-tile img {
  max-width: 120px;
  max-height: 42px;
  object-fit: contain;
  filter: grayscale(10%);
}

.logo-fallback {
  font-size: 13px;
  color: #304e69;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}

@keyframes manufacturer-strip {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.manufacturer-card {
  border: 1px solid #d2e2f1;
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--shadow);
  display: grid;
  gap: 4px;
}

.manufacturer-card strong {
  color: #234667;
}

.manufacturer-card span {
  color: #5f7891;
  font-size: 12px;
}

.alphabet-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0;
}

.alphabet-nav a {
  border: 1px solid #cfe0ef;
  border-radius: 6px;
  padding: 5px 8px;
  background: #f7fbff;
  font-size: 12px;
}

.alphabet-nav a.active {
  background: #e8f2ff;
  border-color: #98bee3;
  color: #0f5a9a;
}

.brand-hero {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 14px;
  margin-bottom: 12px;
}

.brand-hero-top {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.brand-hero-logo {
  min-height: 92px;
  border: 1px solid #d8e6f3;
  border-radius: 12px;
  background: linear-gradient(180deg, #fbfdff 0%, #eef5fb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.brand-hero-logo img {
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
}

.brand-hero-stat {
  display: inline-flex;
  margin-top: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf6ff;
  border: 1px solid #d0e2f3;
  color: #26557d;
  font-size: 13px;
  font-weight: 700;
}

.brand-hero-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.manufacturer-description {
  margin-top: 8px;
  color: #324f68;
  line-height: 1.65;
  overflow: visible;
  max-height: none;
  text-overflow: initial;
}

.manufacturer-description p {
  margin: 0 0 10px;
}

.manufacturer-description p:last-child {
  margin-bottom: 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.blog-card {
  border: 1px solid #d2e2f1;
  border-radius: 10px;
  padding: 12px;
  background: #fff;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blog-card h2,
.blog-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

.blog-card p {
  margin: 0;
  color: #3d5972;
  font-size: 14px;
}

.blog-date {
  font-size: 12px;
  color: #68839b;
}

.blog-post-page .blog-post {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 16px;
}

.blog-post img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  margin: 10px 0;
}

.blog-post .rich-text {
  color: #2d455e;
}

.static-page .static-content {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 16px;
  display: grid;
  gap: 12px;
}

.contacts-page {
  display: grid;
  gap: 24px;
}

.contacts-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fcfeff 0%, #f4f8fd 100%);
  box-shadow: var(--shadow);
}

.contacts-hero-copy .lead {
  margin: 10px 0 0;
  max-width: 760px;
  color: #456078;
  line-height: 1.58;
}

.contacts-hero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.contacts-hero-chips a,
.contacts-support-list span {
  padding: 9px 12px;
  border: 1px solid #d3e0ed;
  border-radius: 999px;
  background: #f7fbff;
  color: #1f557f;
  font-size: 13px;
  font-weight: 700;
}

.contacts-primary {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 16px;
  align-items: start;
}

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

.contact-info-card,
.contact-form-card,
.contacts-map-card,
.contacts-location-card,
.contacts-support-strip {
  border: 1px solid #d5e4f2;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-info-card {
  padding: 16px;
  display: grid;
  gap: 8px;
  background: linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
}

.contact-info-card--wide {
  grid-column: 1 / -1;
}

.contact-info-label {
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #627a90;
}

.contact-info-value {
  color: #173b5d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.contact-info-card p {
  margin: 0;
  color: #5a7187;
  line-height: 1.55;
}

.contact-form-card {
  padding: 18px;
  display: grid;
  gap: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.contact-form-card h2 {
  margin: 0;
}

.contact-form-lead,
.contact-form-note {
  margin: 0;
  color: #536a81;
  line-height: 1.55;
}

.contact-form {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.contact-form .form-row {
  display: grid;
  gap: 6px;
}

.contact-form label {
  font-size: 13px;
  color: #32506a;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #c8d8e8;
  border-radius: 10px;
  padding: 11px 12px;
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
  min-height: 156px;
}

.form-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.form-split > div {
  display: grid;
  gap: 6px;
}

.contact-form .form-consent label {
  font-weight: 500;
  display: inline-flex;
  gap: 8px;
  align-items: flex-start;
}

.contacts-map-section {
  display: grid;
  gap: 12px;
}

.contacts-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 16px;
  align-items: stretch;
}

.contacts-map-card {
  padding: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.contacts-map-embed {
  position: relative;
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
  background: #eef4fa;
}

.contacts-map-embed iframe,
.contacts-map-embed > div,
.contacts-map-embed script + ymaps,
.contacts-map-embed script + div {
  width: 100% !important;
  height: 100% !important;
  min-height: 420px;
  border: 0;
}

.contacts-map-embed--admin {
  min-height: 300px;
}

.contacts-map-embed--admin iframe,
.contacts-map-embed--admin > div,
.contacts-map-embed--admin script + div {
  min-height: 300px;
}

.map-placeholder {
  min-height: 320px;
  border: 1px dashed #b9cfe4;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5fc 100%);
}

.contacts-location-card {
  padding: 18px;
  display: grid;
  gap: 14px;
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9fd 100%);
}

.contacts-location-card p {
  margin: 0;
  color: #536a81;
  line-height: 1.6;
}

.contacts-location-meta {
  display: grid;
  gap: 12px;
}

.contacts-location-meta span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #647c93;
}

.contacts-location-meta strong {
  color: #173b5d;
  line-height: 1.5;
}

.contacts-support-strip {
  padding: 18px;
  display: grid;
  gap: 12px;
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9fd 100%);
}

.contacts-support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.smart-captcha {
  margin-top: 6px;
}

.category-seo-block {
  margin-top: 14px;
}

.category-seo-details {
  border: 1px solid #dbe7f2;
  border-radius: 14px;
  background: #fbfdff;
  padding: 0;
  overflow: hidden;
}

.category-seo-details summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-weight: 700;
  color: #1f486d;
  background: linear-gradient(180deg, #fbfdff 0%, #f2f7fc 100%);
}

.category-seo-details summary::-webkit-details-marker {
  display: none;
}

.category-seo-block .rich-text {
  color: #2f4b63;
  line-height: 1.6;
  padding: 0 16px 16px;
}
