/* Первый экран — Честный ЗНАК (1:1 по макету) */

@property --card-mul {
  syntax: '<number>';
  inherits: true;
  initial-value: 1;
}

@property --card-width-mul {
  syntax: '<number>';
  inherits: true;
  initial-value: 1;
}

@property --card-text-mul {
  syntax: '<number>';
  inherits: true;
  initial-value: 1;
}

:root {
  --cz-yellow: #ffd200;
  --cz-yellow-hover: #f0c500;
  --cz-black: #1a1a1a;
  --cz-gray: #666666;
  --cz-gray-light: #f5f5f5;
  --cz-border: rgba(26, 26, 26, 0.1);
  --cz-container: 100%;
  --cz-side-pad: 20px;
  --cz-scale: 1;
  --cz-hero-extra-h: 3cm;
  --cz-font-tiktok: 'TikTok Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --cz-font-ibm-mono: 'IBM Plex Mono', 'Courier New', monospace;
}

.cz-hero__desc,
.cz-hero__actions,
.cz-hero__card,
.cz-categories__head,
.cz-faq__head {
  font-family: var(--cz-font-tiktok);
  font-weight: 500;
}

.cz-hero__title,
.cz-hero__card-title,
.cz-categories__title,
.cz-faq__title,
.cz-catalog__title,
.cz-catalog__heading,
.cz-tariffs__title,
.cz-stats__title,
.cz-software__title,
.cz-testimonials__title,
.cz-cta__title,
.cz-footer__logo-title,
.cz-prod-screen__title,
.cz-prod-options__title {
  font-family: var(--cz-font-tiktok);
  font-weight: 600;
}

.cz-hero__features,
.cz-hero__actions .cz-btn--outline.cz-btn--lg,
.cz-hero__card-desc,
.cz-hero__card-features,
.cz-prod-screen__kind,
.cz-prod-screen__model,
.cz-prod-screen__summary,
.cz-prod-specs,
.cz-prod-highlights,
.cz-prod-options__sub,
.cz-prod-options__grid,
.cz-prod-option__desc,
.cz-categories__grid,
.cz-faq__grid,
.cz-catalog__grid,
.cz-catalog__stripe,
.cz-tariffs__sub,
.cz-tariffs__grid,
.cz-stats__sub,
.cz-stats__grid,
.cz-software__sub,
.cz-software__grid,
.cz-soft-card__desc,
.cz-soft-card__more,
.cz-testimonials__badge,
.cz-cta__lead,
.cz-footer__col,
.cz-footer__bottom,
.cz-footer__draft,
.cz-header__nav a {
  font-family: var(--cz-font-ibm-mono);
  font-weight: 400;
}

.cz-header,
.cz-header__drawer {
  font-family: var(--cz-font-tiktok);
  font-weight: 500;
}

.cz-header .cz-btn {
  font-weight: 500;
}

.cz-header__logo-title,
.cz-header .cz-btn--header .cz-btn__long {
  font-family: var(--cz-font-tiktok);
  font-weight: 600;
}

body.page-home-cz {
  background: #fff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

body.page-home-cz::before,
body.page-home-cz::after {
  display: none;
}

.cz-first-screen {
  background: #fff;
  color: var(--cz-black);
  overflow-x: clip;
}

/* Header */
.cz-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
  border-bottom: 1px solid var(--cz-border);
}

.cz-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(20px * var(--cz-scale));
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: calc(14px * var(--cz-scale)) var(--cz-side-pad);
  min-height: calc(64px * var(--cz-scale));
}

.cz-header__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 1;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.cz-header__logo-icon {
  flex-shrink: 0;
  width: calc(38px * var(--cz-scale));
  height: calc(38px * var(--cz-scale));
  border-radius: 6px;
  background: var(--cz-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cz-header__logo-icon svg {
  width: 17px;
  height: 17px;
}

.cz-header__logo-title {
  font-size: calc(15px * var(--cz-scale));
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.1;
  white-space: nowrap;
}

.cz-header__logo-sub {
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cz-gray);
  white-space: nowrap;
  max-width: calc(140px * var(--cz-scale));
  line-height: 1.35;
}

.cz-header__divider {
  width: 1px;
  height: 28px;
  background: var(--cz-border);
  flex-shrink: 0;
}

.cz-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 24px);
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.cz-header__nav a {
  font-size: calc(13px * var(--cz-scale));
  font-weight: 400;
  color: var(--cz-black);
  white-space: nowrap;
  transition: color 0.2s;
  text-transform: uppercase;
}

.cz-header__nav a:hover {
  color: var(--cz-gray);
}

.cz-header__nav-item--dropdown {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.cz-header__nav-item--dropdown svg {
  width: 9px;
  height: 9px;
  opacity: 0.45;
}

.cz-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.cz-header__search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--cz-black);
}

.cz-header__search svg {
  width: 17px;
  height: 17px;
}

.cz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(6px * var(--cz-scale));
  padding: calc(10px * var(--cz-scale)) calc(20px * var(--cz-scale));
  font-size: calc(13px * var(--cz-scale));
  font-weight: 600;
  border-radius: calc(7px * var(--cz-scale));
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}

.cz-btn--yellow {
  background: var(--cz-yellow);
  color: var(--cz-black);
}

.cz-btn--yellow:hover {
  background: var(--cz-yellow-hover);
}

.cz-btn--outline {
  background: #fff;
  color: var(--cz-black);
  border: 1px solid rgba(26, 26, 26, 0.2);
}

.cz-btn--outline:hover {
  border-color: rgba(26, 26, 26, 0.35);
}

.cz-btn--lg {
  padding: calc(13px * var(--cz-scale)) calc(24px * var(--cz-scale));
  font-size: calc(14px * var(--cz-scale));
}

.cz-btn__arrow {
  width: 14px;
  height: 14px;
}

.cz-btn__short {
  display: none;
}

.cz-header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  color: var(--cz-black);
  flex-shrink: 0;
}

.cz-header__burger:hover {
  background: var(--cz-gray-light);
}

.cz-header__burger svg {
  width: 22px;
  height: 22px;
}

.cz-header__burger-close {
  display: none;
}

.cz-header__drawer,
.cz-header__backdrop {
  display: none;
}

/* Hero */
.cz-hero__band {
  position: relative;
  background: var(--cz-gray-light) url('../assets/hero/made-in-china.jpg.webp') center top / cover no-repeat;
  overflow: visible;
}

.cz-hero__band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(245, 245, 245, 0.82);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  pointer-events: none;
}

.cz-hero__wrap {
  position: relative;
  z-index: 1;
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 0;
  min-height: calc(400px * var(--cz-scale) + var(--cz-hero-extra-h));
}

.cz-hero__content {
  align-self: start;
  padding: 24px calc(36px * var(--cz-scale)) calc(44px * var(--cz-scale)) 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: calc(40px * var(--cz-scale));
}

.cz-hero__title {
  font-size: clamp(26px, 2.6vw, calc(38px * var(--cz-scale)));
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0;
  max-width: min(520px, 100%);
}

.cz-hero__title-accent {
  color: var(--cz-black);
  background: var(--cz-yellow);
  padding: 0.02em 0.14em;
  border-radius: calc(4px * var(--cz-scale));
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.cz-hero__desc {
  font-size: calc(14px * var(--cz-scale));
  line-height: 1.6;
  color: var(--cz-gray);
  max-width: min(480px, 100%);
  margin: 0;
}

.cz-hero__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  max-width: min(480px, 100%);
}

.cz-hero__feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.cz-hero__feature-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cz-yellow);
}

.cz-hero__feature-icon svg {
  width: 18px;
  height: 18px;
}

.cz-hero__feature-icon--headset {
  color: var(--cz-black);
}

.cz-hero__feature-text {
  font-size: calc(12px * var(--cz-scale));
  line-height: 1.4;
  color: var(--cz-black);
  padding-top: 2px;
  text-transform: uppercase;
}

.cz-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cz-hero__visual {
  position: relative;
  align-self: stretch;
  min-height: calc(400px * var(--cz-scale) + var(--cz-hero-extra-h));
  overflow: visible;
}

.cz-hero__machine {
  position: absolute;
  inset: -18% 2% -14% -30%;
  transform: translateX(calc(-20px * var(--cz-scale)));
  z-index: 0;
}

.cz-hero__machine-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  user-select: none;
}

.cz-hero__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

.cz-hero__zone {
  fill: transparent;
  stroke: transparent;
  stroke-width: 0;
  pointer-events: all;
  cursor: pointer;
  transition: fill 0.2s ease;
}

.cz-hero__zone:focus-visible {
  outline: none;
  fill: rgba(255, 210, 0, 0.14);
}

.cz-hero__zone:hover {
  fill: rgba(255, 210, 0, 0.12);
}

.cz-hero__callout {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.cz-hero__callout-badge {
  fill: var(--cz-yellow);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.14));
}

.cz-hero__callout-text {
  fill: var(--cz-black);
  font-family: var(--cz-font-tiktok);
  font-size: 34px;
  font-weight: 600;
  text-anchor: middle;
  dominant-baseline: middle;
  text-transform: uppercase;
}

.cz-hero__visual:hover .cz-hero__callout,
.cz-hero__visual:focus-within .cz-hero__callout,
.cz-hero__machine:has(.cz-hero__zone:hover) .cz-hero__callout,
.cz-hero__machine:has(.cz-hero__zone:focus-visible) .cz-hero__callout {
  opacity: 1;
}

@media (hover: none) {
  .cz-hero__callout {
    opacity: 0.94;
  }
}

.cz-hero__card {
  --card-mul: 1;
  --card-width-mul: 1;
  --card-text-mul: 1;
  position: absolute;
  top: 24px;
  right: 20px;
  width: min(calc((320px + 3cm) * var(--card-width-mul)), calc((100% - 40px) * var(--card-width-mul)));
  background: rgba(255, 255, 255, 0.97);
  border: 0.8mm solid rgba(0, 0, 0, 0.12);
  border-radius: calc(10px * var(--card-mul));
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.1);
  padding: calc(16px * var(--card-mul));
  z-index: 2;
  transition:
    --card-mul 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    --card-width-mul 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    --card-text-mul 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-font-smoothing: antialiased;
}

.cz-hero__card:hover {
  z-index: 120;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
}

@media (prefers-reduced-motion: reduce) {
  .cz-hero__card {
    transition: none;
  }
}

.cz-hero__card-top {
  display: flex;
  gap: calc(12px * var(--card-mul));
  margin-bottom: calc(12px * var(--card-mul));
}

.cz-hero__card-qr {
  flex-shrink: 0;
}

.cz-hero__card-qr-frame {
  position: relative;
  display: block;
  width: calc(68px * var(--card-mul));
  height: calc(68px * var(--card-mul));
  padding: calc(6px * var(--card-mul));
  background:
    linear-gradient(var(--cz-yellow), var(--cz-yellow)) left top / calc(12px * var(--card-mul)) calc(3px * var(--card-mul)) no-repeat,
    linear-gradient(var(--cz-yellow), var(--cz-yellow)) left top / calc(3px * var(--card-mul)) calc(12px * var(--card-mul)) no-repeat,
    linear-gradient(var(--cz-yellow), var(--cz-yellow)) right top / calc(12px * var(--card-mul)) calc(3px * var(--card-mul)) no-repeat,
    linear-gradient(var(--cz-yellow), var(--cz-yellow)) right top / calc(3px * var(--card-mul)) calc(12px * var(--card-mul)) no-repeat,
    linear-gradient(var(--cz-yellow), var(--cz-yellow)) left bottom / calc(12px * var(--card-mul)) calc(3px * var(--card-mul)) no-repeat,
    linear-gradient(var(--cz-yellow), var(--cz-yellow)) left bottom / calc(3px * var(--card-mul)) calc(12px * var(--card-mul)) no-repeat,
    linear-gradient(var(--cz-yellow), var(--cz-yellow)) right bottom / calc(12px * var(--card-mul)) calc(3px * var(--card-mul)) no-repeat,
    linear-gradient(var(--cz-yellow), var(--cz-yellow)) right bottom / calc(3px * var(--card-mul)) calc(12px * var(--card-mul)) no-repeat,
    #fff;
}

.cz-hero__card-qr-code {
  width: 100%;
  height: 100%;
  display: block;
}

.cz-hero__card-info {
  flex: 1;
  min-width: 0;
}

.cz-hero__card-title {
  font-size: clamp(11px, calc(12px * var(--cz-scale) * var(--card-text-mul)), 20px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: calc(4px * var(--card-mul));
  text-transform: uppercase;
}

.cz-hero__card-qmarks {
  display: inline-flex;
  align-items: center;
  gap: calc(2px * var(--card-mul));
  margin-left: calc(3px * var(--card-mul));
  vertical-align: middle;
}

.cz-hero__card-qmarks i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: calc(1.05em * var(--card-text-mul));
  height: calc(1.05em * var(--card-text-mul));
  padding: 0 0.08em;
  font-style: normal;
  font-size: 0.88em;
  font-weight: 700;
  line-height: 1;
  color: var(--cz-black);
  background: var(--cz-yellow);
  border-radius: calc(3px * var(--card-mul));
}

.cz-hero__card-desc {
  margin-top: calc(8px * var(--card-mul));
  padding: calc(13px * var(--cz-scale)) calc(24px * var(--cz-scale));
  font-size: calc(14px * var(--cz-scale));
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cz-hero__card-desc:hover {
  background: var(--cz-black);
  color: var(--cz-yellow);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
  transform: translateX(2px);
}

.cz-hero__card-desc .cz-btn__arrow {
  transition: color 0.2s ease, transform 0.2s ease;
}

.cz-hero__card-desc:hover .cz-btn__arrow {
  transform: translateX(2px);
}

.cz-hero__card-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(8px * var(--card-mul));
  padding-top: calc(12px * var(--card-mul));
  border-top: 0.8mm solid rgba(0, 0, 0, 0.12);
}

.cz-hero__card-feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: calc(5px * var(--card-mul));
}

.cz-hero__card-feat-icon {
  width: calc(18px * var(--card-mul));
  height: calc(18px * var(--card-mul));
  color: var(--cz-yellow);
}

.cz-hero__card-feat-icon svg {
  width: 100%;
  height: 100%;
}

.cz-hero__card-feat span {
  font-size: clamp(7px, calc(7.5px * var(--cz-scale) * var(--card-text-mul)), 11px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--cz-gray);
  text-transform: uppercase;
}

/* FAQ */
.cz-faq {
  padding: calc(36px * var(--cz-scale)) 0 calc(32px * var(--cz-scale));
  background: var(--cz-gray-light);
  border-top: 1px solid var(--cz-border);
}

.cz-faq__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.cz-faq__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cz-faq__title {
  font-size: calc(20px * var(--cz-scale));
  font-weight: 600;
  letter-spacing: -0.02em;
}

.cz-faq__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(14px * var(--cz-scale));
  align-items: stretch;
}

.cz-faq-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  min-height: 0;
}

.cz-faq-card__media {
  display: grid;
  grid-template-columns: calc(90px * var(--cz-scale)) minmax(0, 1fr);
  gap: calc(8px * var(--cz-scale));
  align-items: stretch;
  height: 100%;
  min-height: calc(120px * var(--cz-scale));
  padding: calc(10px * var(--cz-scale)) calc(12px * var(--cz-scale));
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top: calc(3px * var(--cz-scale)) solid var(--cz-yellow);
  border-radius: calc(11px * var(--cz-scale));
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cz-faq-card:hover .cz-faq-card__media {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.cz-faq-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: calc(96px * var(--cz-scale));
  background: var(--cz-black);
  border-radius: calc(6px * var(--cz-scale));
  color: var(--cz-yellow);
}

.cz-faq-card__icon svg {
  width: calc(40px * var(--cz-scale));
  height: calc(40px * var(--cz-scale));
}

.cz-faq-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: calc(96px * var(--cz-scale));
  padding: calc(2px * var(--cz-scale)) 0;
}

.cz-faq-card__name {
  margin: 0;
  font-size: calc(13px * var(--cz-scale));
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cz-faq-card__more {
  display: inline-flex;
  align-items: center;
  gap: calc(4px * var(--cz-scale));
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1;
  color: var(--cz-gray);
  text-transform: uppercase;
}

.cz-faq-card__more svg {
  width: calc(12px * var(--cz-scale));
  height: calc(12px * var(--cz-scale));
  color: var(--cz-yellow);
  flex-shrink: 0;
}

/* Categories */
.cz-categories {
  padding: calc(36px * var(--cz-scale)) 0 calc(32px * var(--cz-scale));
  background: #fff;
}

.cz-categories__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.cz-categories__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cz-categories__title {
  font-size: calc(20px * var(--cz-scale));
  font-weight: 600;
  letter-spacing: -0.02em;
}

.cz-categories__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: calc(13px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-black);
}

.cz-categories__link svg {
  width: 12px;
  height: 12px;
}

.cz-categories__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: calc(14px * var(--cz-scale));
  align-items: stretch;
}

.cz-cat-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  color: inherit;
  min-height: 0;
}

.cz-cat-card__media {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: calc(120px * var(--cz-scale));
  padding: calc(14px * var(--cz-scale));
  background: #fafafa;
  border-radius: calc(11px * var(--cz-scale));
}

.cz-cat-card__media--photo {
  display: grid;
  grid-template-columns: calc(90px * var(--cz-scale)) minmax(0, 1fr);
  gap: calc(8px * var(--cz-scale));
  align-items: stretch;
  height: 100%;
  padding: calc(10px * var(--cz-scale)) calc(12px * var(--cz-scale));
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.cz-cat-card__photo,
.cz-cat-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: calc(96px * var(--cz-scale));
  align-self: stretch;
}

.cz-cat-card__photo {
  object-fit: cover;
  object-position: center;
  border-radius: calc(6px * var(--cz-scale));
}

.cz-cat-card__placeholder {
  background: #fafafa;
  border-radius: calc(6px * var(--cz-scale));
}

.cz-cat-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: calc(96px * var(--cz-scale));
  padding: calc(2px * var(--cz-scale)) 0;
}

.cz-cat-card__media--photo .cz-cat-card__name {
  text-align: left;
  align-self: start;
}

.cz-cat-card__more {
  display: inline-flex;
  align-items: center;
  gap: calc(4px * var(--cz-scale));
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1;
  color: var(--cz-gray);
  text-transform: uppercase;
}

.cz-cat-card__more svg {
  width: calc(12px * var(--cz-scale));
  height: calc(12px * var(--cz-scale));
  color: var(--cz-yellow);
  flex-shrink: 0;
}

.cz-cat-card__name {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: calc(13px * var(--cz-scale));
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Compatibility */
.cz-compat {
  padding: calc(22px * var(--cz-scale)) 0 calc(28px * var(--cz-scale));
  background: var(--cz-gray-light);
  border-top: 1px solid var(--cz-border);
}

.cz-compat__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.cz-compat__title {
  font-family: var(--cz-font-tiktok);
  font-size: calc(15px * var(--cz-scale));
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: calc(18px * var(--cz-scale));
  color: var(--cz-black);
  text-align: center;
}

.cz-compat__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(10px * var(--cz-scale)) calc(12px * var(--cz-scale));
}

.cz-compat__item {
  display: flex;
  align-items: center;
  gap: calc(8px * var(--cz-scale));
  padding: calc(8px * var(--cz-scale)) calc(14px * var(--cz-scale));
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: calc(999px * var(--cz-scale));
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.cz-compat__icon {
  flex-shrink: 0;
  width: calc(28px * var(--cz-scale));
  height: calc(28px * var(--cz-scale));
  color: var(--cz-black);
}

.cz-compat__icon svg {
  width: 100%;
  height: 100%;
}

.cz-compat__label {
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 600;
  line-height: 1;
  color: var(--cz-black);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* Нижняя часть страницы */

.cz-tariffs {
  padding: calc(40px * var(--cz-scale)) 0 calc(36px * var(--cz-scale));
  background: #fff;
  border-top: 1px solid var(--cz-border);
}

.cz-stats {
  background: var(--cz-black);
  color: #fff;
}

.cz-testimonials {
  background: var(--cz-gray-light);
}

.cz-cta {
  background: var(--cz-gray-light);
}

.cz-tariffs__inner,
.cz-stats__inner,
.cz-testimonials__inner,
.cz-cta__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.cz-tariffs__head,
.cz-stats__head {
  margin-bottom: calc(20px * var(--cz-scale));
}

.cz-tariffs__title {
  font-size: calc(20px * var(--cz-scale));
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 calc(8px * var(--cz-scale));
  color: var(--cz-black);
  padding-bottom: calc(8px * var(--cz-scale));
  border-bottom: calc(3px * var(--cz-scale)) solid var(--cz-yellow);
  display: inline-block;
}

.cz-stats__title {
  font-size: calc(20px * var(--cz-scale));
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 calc(8px * var(--cz-scale));
  color: #fff;
}

.cz-tariffs__sub {
  margin: calc(10px * var(--cz-scale)) 0 0;
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.4;
  color: var(--cz-gray);
  text-transform: uppercase;
}

.cz-stats__sub {
  margin: 0;
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
}

.cz-tariffs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(14px * var(--cz-scale));
  align-items: stretch;
}

.cz-tariff-card {
  display: flex;
  min-height: 0;
}

.cz-tariff-card:last-child:nth-child(3n + 1) {
  grid-column: 2;
}

.cz-tariff-card__media {
  display: grid;
  grid-template-columns: calc(108px * var(--cz-scale)) minmax(0, 1fr);
  gap: calc(10px * var(--cz-scale));
  align-items: stretch;
  padding: calc(10px * var(--cz-scale)) calc(12px * var(--cz-scale));
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top: calc(3px * var(--cz-scale)) solid var(--cz-yellow);
  border-radius: calc(11px * var(--cz-scale));
  width: 100%;
  height: 100%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cz-tariff-card:hover .cz-tariff-card__media {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.cz-tariff-card__photo {
  width: 100%;
  height: 100%;
  min-height: calc(120px * var(--cz-scale));
  object-fit: cover;
  object-position: center;
  border-radius: calc(6px * var(--cz-scale));
  align-self: stretch;
}

.cz-tariff-card__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: calc(120px * var(--cz-scale));
  padding: calc(2px * var(--cz-scale)) 0;
}

.cz-tariff-card__name {
  margin: 0 0 calc(8px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(13px * var(--cz-scale));
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cz-black);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cz-tariff-card__features {
  list-style: none;
  margin: 0 0 calc(12px * var(--cz-scale));
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(5px * var(--cz-scale));
  flex: 1;
}

.cz-tariff-card__features li {
  position: relative;
  padding-left: calc(14px * var(--cz-scale));
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.35;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cz-tariff-card__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: calc(5px * var(--cz-scale));
  height: calc(5px * var(--cz-scale));
  border-radius: 50%;
  background: var(--cz-yellow);
}

.cz-tariff-card__info .cz-btn {
  align-self: flex-start;
  margin-top: auto;
  font-size: calc(11px * var(--cz-scale));
  padding: calc(8px * var(--cz-scale)) calc(14px * var(--cz-scale));
  text-transform: uppercase;
}

.cz-stats {
  padding: calc(32px * var(--cz-scale)) 0 calc(40px * var(--cz-scale));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cz-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(14px * var(--cz-scale));
  align-items: stretch;
  width: 100%;
}

.cz-stat-card {
  display: flex;
  flex-direction: column;
  gap: calc(10px * var(--cz-scale));
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: calc(18px * var(--cz-scale)) calc(16px * var(--cz-scale));
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: calc(11px * var(--cz-scale));
  box-sizing: border-box;
}

.cz-stat-card__icon {
  width: calc(34px * var(--cz-scale));
  height: calc(34px * var(--cz-scale));
  border-radius: calc(6px * var(--cz-scale));
  background: var(--cz-yellow);
  color: var(--cz-black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cz-stat-card__icon svg {
  width: calc(18px * var(--cz-scale));
  height: calc(18px * var(--cz-scale));
}

.cz-stat-card__label {
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cz-stat-card__value {
  margin-top: auto;
  font-family: var(--cz-font-tiktok);
  font-size: calc(28px * var(--cz-scale));
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--cz-yellow);
}

.cz-software {
  padding: calc(36px * var(--cz-scale)) 0 calc(40px * var(--cz-scale));
  background: #fff;
  border-top: 1px solid var(--cz-border);
}

.cz-software__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.cz-software__head {
  text-align: center;
  margin-bottom: calc(22px * var(--cz-scale));
}

.cz-software__title {
  margin: 0 0 calc(10px * var(--cz-scale));
  font-size: calc(20px * var(--cz-scale));
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--cz-black);
  text-transform: uppercase;
}

.cz-software__title-accent {
  color: var(--cz-black);
  background: var(--cz-yellow);
  padding: 0.02em 0.14em;
  border-radius: calc(4px * var(--cz-scale));
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.cz-software__sub {
  margin: 0 auto;
  max-width: calc(640px * var(--cz-scale));
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.45;
  color: var(--cz-gray);
  text-transform: uppercase;
}

.cz-software__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(16px * var(--cz-scale));
  align-items: stretch;
}

.cz-soft-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: calc(200px * var(--cz-scale));
  padding: calc(18px * var(--cz-scale)) calc(18px * var(--cz-scale)) calc(16px * var(--cz-scale));
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: calc(3px * var(--cz-scale)) solid var(--cz-yellow);
  border-radius: calc(11px * var(--cz-scale));
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.cz-soft-card:hover {
  border-color: rgba(255, 210, 0, 0.55);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.cz-soft-card__icon {
  width: calc(40px * var(--cz-scale));
  height: calc(40px * var(--cz-scale));
  margin-bottom: calc(12px * var(--cz-scale));
  border-radius: calc(6px * var(--cz-scale));
  background: var(--cz-black);
  color: var(--cz-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cz-soft-card__icon svg {
  width: calc(22px * var(--cz-scale));
  height: calc(22px * var(--cz-scale));
}

.cz-soft-card__name {
  margin: 0 0 calc(10px * var(--cz-scale));
  min-width: 0;
  min-height: calc(2 * 1.35em);
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(13px * var(--cz-scale));
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--cz-black);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cz-soft-card__desc {
  margin: 0;
  flex: 1;
  min-width: 0;
  min-height: calc(3 * 1.45em);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 400;
  line-height: 1.45;
  color: var(--cz-gray);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cz-soft-card__more {
  display: inline-flex;
  align-items: center;
  gap: calc(4px * var(--cz-scale));
  margin-top: auto;
  padding-top: calc(14px * var(--cz-scale));
  white-space: nowrap;
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1;
  color: var(--cz-gray);
  text-transform: uppercase;
}

.cz-soft-card__more svg {
  width: calc(12px * var(--cz-scale));
  height: calc(12px * var(--cz-scale));
  color: var(--cz-yellow);
  flex-shrink: 0;
}

.cz-testimonials {
  padding: calc(36px * var(--cz-scale)) 0;
  border-top: 1px solid var(--cz-border);
}

.cz-testimonials__card {
  max-width: calc(760px * var(--cz-scale));
  margin: 0 auto;
  padding: calc(28px * var(--cz-scale)) calc(24px * var(--cz-scale));
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top: calc(4px * var(--cz-scale)) solid var(--cz-yellow);
  border-radius: calc(14px * var(--cz-scale));
  text-align: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.cz-testimonials__badge {
  display: inline-block;
  margin-bottom: calc(14px * var(--cz-scale));
  padding: calc(6px * var(--cz-scale)) calc(14px * var(--cz-scale));
  font-size: calc(10px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-black);
  text-transform: uppercase;
  background: var(--cz-yellow);
  border-radius: calc(999px * var(--cz-scale));
}

.cz-testimonials__title {
  margin: 0 0 calc(20px * var(--cz-scale));
  font-size: calc(20px * var(--cz-scale));
  letter-spacing: -0.02em;
  color: var(--cz-black);
}

.cz-testimonials__gallery {
  display: grid;
  grid-template-columns: repeat(5, calc(100px * var(--cz-scale)));
  justify-content: center;
  gap: calc(10px * var(--cz-scale));
}

.cz-testimonial-thumb,
.cz-testimonials__gallery img,
.cz-testimonials__more {
  width: calc(100px * var(--cz-scale));
  height: calc(132px * var(--cz-scale));
  border-radius: calc(8px * var(--cz-scale));
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.cz-testimonial-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cz-testimonials__gallery img {
  object-fit: cover;
}

.cz-testimonials__more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cz-black);
  font-family: var(--cz-font-tiktok);
  font-size: calc(18px * var(--cz-scale));
  font-weight: 600;
  color: var(--cz-yellow);
}

.cz-cta {
  padding: calc(24px * var(--cz-scale)) 0 calc(40px * var(--cz-scale));
  border-top: 1px solid var(--cz-border);
}

.cz-cta__card {
  max-width: calc(860px * var(--cz-scale));
  margin: 0 auto;
  padding: calc(32px * var(--cz-scale)) calc(28px * var(--cz-scale));
  background: var(--cz-black);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: calc(14px * var(--cz-scale));
  text-align: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.cz-cta__title {
  margin: 0 0 calc(14px * var(--cz-scale));
  font-size: calc(20px * var(--cz-scale));
  letter-spacing: -0.02em;
  color: #fff;
}

.cz-cta__lead {
  max-width: calc(520px * var(--cz-scale));
  margin: 0 auto calc(20px * var(--cz-scale));
  font-size: calc(12px * var(--cz-scale));
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
}

.cz-cta__card .cz-btn {
  text-transform: uppercase;
}

.cz-footer {
  background: #fff;
  border-top: 1px solid var(--cz-border);
  padding: calc(28px * var(--cz-scale)) 0 calc(32px * var(--cz-scale));
}

.cz-footer__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.cz-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(32px * var(--cz-scale));
  min-width: 0;
  padding-bottom: calc(20px * var(--cz-scale));
  border-bottom: 1px solid var(--cz-border);
  margin-bottom: calc(16px * var(--cz-scale));
}

.cz-footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}

.cz-footer__logo-icon {
  width: calc(34px * var(--cz-scale));
  height: calc(34px * var(--cz-scale));
  border-radius: 6px;
  background: var(--cz-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cz-footer__logo-icon svg {
  width: 15px;
  height: 15px;
}

.cz-footer__logo-title {
  font-size: calc(14px * var(--cz-scale));
  letter-spacing: 0.01em;
  line-height: 1.1;
  white-space: nowrap;
}

.cz-footer__cols {
  display: flex;
  flex-wrap: wrap;
  gap: calc(40px * var(--cz-scale));
  flex: 1;
  justify-content: center;
}

.cz-footer__col-title {
  margin: 0 0 calc(10px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cz-footer__col a {
  display: block;
  margin-bottom: calc(6px * var(--cz-scale));
  font-size: calc(11px * var(--cz-scale));
  color: var(--cz-black);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
}

.cz-footer__col a:hover {
  color: var(--cz-gray);
}

.cz-footer__draft {
  flex-shrink: 0;
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.cz-footer__draft:hover {
  color: var(--cz-black);
}

.cz-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: calc(10px * var(--cz-scale));
  color: var(--cz-gray);
  text-transform: uppercase;
}

.cz-footer__bottom a {
  color: var(--cz-black);
  text-decoration: none;
  transition: color 0.2s;
}

.cz-footer__bottom a:hover {
  color: var(--cz-gray);
}

/* Страница категории (заглушка) */
.cz-cat-page {
  padding: calc(48px * var(--cz-scale)) 0 calc(64px * var(--cz-scale));
  background: #fff;
  border-top: 1px solid var(--cz-border);
  min-height: calc(50vh - 64px);
}

.cz-cat-page__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.cz-cat-page__back {
  display: inline-block;
  margin-bottom: calc(20px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
}

.cz-cat-page__back:hover {
  color: var(--cz-black);
}

.cz-cat-page__tag {
  margin: 0 0 calc(10px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  text-transform: uppercase;
}

.cz-cat-page__title {
  margin: 0 0 calc(16px * var(--cz-scale));
  font-family: var(--cz-font-tiktok);
  font-size: calc(28px * var(--cz-scale));
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--cz-black);
  text-transform: uppercase;
  max-width: 900px;
}

.cz-cat-page__lead {
  margin: 0;
  max-width: 640px;
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(12px * var(--cz-scale));
  font-weight: 400;
  line-height: 1.55;
  color: var(--cz-gray);
}

.cz-cat-page--intro {
  min-height: auto;
  padding: calc(32px * var(--cz-scale)) 0 calc(28px * var(--cz-scale));
}

.cz-cat-page--intro .cz-cat-page__lead {
  font-family: var(--cz-font-tiktok);
  font-weight: 500;
  font-size: calc(14px * var(--cz-scale));
  line-height: 1.6;
  color: var(--cz-gray);
  text-transform: none;
}

/* Полноэкранные карточки товаров */
.cz-prod-screen {
  min-height: 100svh;
  display: flex;
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--cz-border);
}

.cz-prod-screen--alt {
  background: var(--cz-gray-light);
}

.cz-prod-screen__inner {
  width: 100%;
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: calc(40px * var(--cz-scale)) var(--cz-side-pad);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: calc(40px * var(--cz-scale));
  align-items: center;
}

.cz-prod-screen--alt .cz-prod-screen__inner {
  direction: rtl;
}

.cz-prod-screen--alt .cz-prod-screen__content,
.cz-prod-screen--alt .cz-prod-screen__visual {
  direction: ltr;
}

.cz-prod-screen__index {
  display: inline-block;
  margin-bottom: calc(10px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--cz-gray);
}

.cz-prod-screen__kind {
  margin: 0 0 calc(6px * var(--cz-scale));
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cz-prod-screen__title {
  margin: 0 0 calc(8px * var(--cz-scale));
  font-size: clamp(28px, 3.2vw, calc(40px * var(--cz-scale)));
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--cz-black);
}

.cz-prod-screen__model {
  display: inline-block;
  margin: 0 0 calc(14px * var(--cz-scale));
  padding: calc(5px * var(--cz-scale)) calc(10px * var(--cz-scale));
  font-size: calc(12px * var(--cz-scale));
  font-weight: 500;
  line-height: 1;
  color: var(--cz-black);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--cz-yellow);
  border-radius: calc(5px * var(--cz-scale));
}

.cz-prod-screen__summary {
  margin: 0 0 calc(22px * var(--cz-scale));
  font-family: var(--cz-font-tiktok);
  font-size: calc(15px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.55;
  color: var(--cz-gray);
  max-width: 540px;
}

.cz-prod-specs {
  margin: 0 0 calc(24px * var(--cz-scale));
  display: grid;
  gap: calc(16px * var(--cz-scale));
}

.cz-prod-specs__group {
  margin: 0;
  padding: calc(14px * var(--cz-scale)) calc(16px * var(--cz-scale));
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: calc(10px * var(--cz-scale));
}

.cz-prod-screen--alt .cz-prod-specs__group {
  background: #fff;
}

.cz-prod-specs__group-title {
  margin: 0 0 calc(12px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(13px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.2;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cz-prod-specs__item {
  display: grid;
  grid-template-columns: minmax(140px, 36%) minmax(0, 1fr);
  gap: calc(14px * var(--cz-scale));
  margin: 0;
  padding: calc(10px * var(--cz-scale)) 0;
  border-top: 1px solid var(--cz-border);
}

.cz-prod-specs__item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.cz-prod-specs__label {
  font-size: calc(14px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.35;
  color: var(--cz-gray);
  text-transform: uppercase;
}

.cz-prod-specs__value {
  font-family: var(--cz-font-tiktok);
  font-size: calc(17px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.4;
  color: var(--cz-black);
}

.cz-prod-highlights {
  list-style: none;
  margin: 0 0 calc(24px * var(--cz-scale));
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(10px * var(--cz-scale));
  max-width: 520px;
}

.cz-prod-highlights li {
  position: relative;
  padding-left: calc(16px * var(--cz-scale));
  font-family: var(--cz-font-tiktok);
  font-size: calc(14px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.45;
  color: var(--cz-black);
}

.cz-prod-highlights li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: calc(6px * var(--cz-scale));
  height: calc(6px * var(--cz-scale));
  border-radius: 50%;
  background: var(--cz-yellow);
}

.cz-prod-screen__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(320px * var(--cz-scale));
}

.cz-prod-screen__frame {
  width: 100%;
  max-width: calc(480px * var(--cz-scale));
  padding: calc(24px * var(--cz-scale));
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: calc(14px * var(--cz-scale));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.cz-prod-screen--alt .cz-prod-screen__frame {
  background: #fff;
}

.cz-prod-screen__frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.cz-prod-screen .cz-btn {
  text-transform: uppercase;
}

/* Опции */
.cz-prod-options {
  padding: calc(48px * var(--cz-scale)) 0 calc(56px * var(--cz-scale));
  background: #fff;
  border-top: 1px solid var(--cz-border);
}

.cz-prod-options__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.cz-prod-options__head {
  margin-bottom: calc(24px * var(--cz-scale));
}

.cz-prod-options__title {
  margin: 0 0 calc(8px * var(--cz-scale));
  font-size: calc(22px * var(--cz-scale));
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.cz-prod-options__sub {
  margin: 0;
  font-size: calc(12px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.45;
  color: var(--cz-gray);
  text-transform: uppercase;
}

.cz-prod-options__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(14px * var(--cz-scale));
}

.cz-prod-options__grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cz-prod-option {
  padding: calc(18px * var(--cz-scale)) calc(16px * var(--cz-scale));
  background: var(--cz-gray-light);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: calc(11px * var(--cz-scale));
}

.cz-prod-option__num {
  display: inline-block;
  margin-bottom: calc(10px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  letter-spacing: 0.1em;
}

.cz-prod-option__name {
  margin: 0 0 calc(8px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(13px * var(--cz-scale));
  font-weight: 700;
  line-height: 1.35;
  color: var(--cz-black);
  text-transform: uppercase;
}

.cz-prod-option__desc {
  margin: 0;
  font-family: var(--cz-font-tiktok);
  font-size: calc(13px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.5;
  color: var(--cz-gray);
}

.cz-prod-options__cta {
  margin-top: calc(28px * var(--cz-scale));
  text-align: center;
}

.cz-prod-options__cta .cz-btn {
  text-transform: uppercase;
}

/* control-panels.html — все линии 0,8 мм */
.page-cat-products .cz-header {
  border-bottom: 0.8mm solid var(--cz-border);
}

.page-cat-products .cz-header__divider {
  width: 0.8mm;
}

.page-cat-products .cz-cat-page,
.page-cat-products .cz-prod-screen,
.page-cat-products .cz-prod-options {
  border-top: 0.8mm solid var(--cz-border);
}

.page-cat-products .cz-prod-specs__group {
  border: 0.8mm solid rgba(0, 0, 0, 0.06);
}

.page-cat-products .cz-prod-specs__item {
  border-top: 0.8mm solid var(--cz-border);
}

.page-cat-products .cz-prod-specs__item:first-of-type {
  border-top: none;
}

.page-cat-products .cz-prod-screen__visual {
  min-height: calc(420px * var(--cz-scale));
}

.page-cat-products .cz-prod-screen__frame {
  max-width: calc(680px * var(--cz-scale));
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.page-cat-products .cz-prod-screen__frame img {
  width: 100%;
  max-height: min(72svh, calc(620px * var(--cz-scale)));
  object-fit: contain;
  object-position: center;
}

.page-cat-products .cz-prod-option {
  border: 0.8mm solid rgba(0, 0, 0, 0.06);
}

.page-cat-products .cz-header__drawer a {
  border-bottom-width: 0.8mm;
}

/* automatic-scales-uva.html — витрина 2×2 + полоса */
.page-cat-uva .cz-shop-screen {
  background: var(--cz-gray-light);
  border-top: none;
}

.page-cat-uva .cz-shop-screen__inner {
  min-height: auto;
  padding-top: calc(28px * var(--cz-scale));
}

.page-cat-uva .cz-shop-card {
  background: #fff;
  border: 0.8mm solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.page-cat-uva .cz-shop-card:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.page-cat-uva .cz-shop-card__media {
  background: rgba(255, 255, 255, 0.55);
  border-radius: calc(12px * var(--cz-scale));
  margin: calc(10px * var(--cz-scale)) calc(10px * var(--cz-scale)) 0;
}

.page-cat-uva .cz-shop-card__media img[src*="niokr/"],
.page-cat-uva .cz-shop-stripe__media img[src*="niokr/"] {
  mix-blend-mode: multiply;
}

.page-cat-uva .cz-shop-card--photo .cz-shop-card__info {
  padding-right: calc(8px * var(--cz-scale));
}

.page-cat-uva .cz-shop-card--photo .cz-shop-card__name::before {
  content: attr(data-index);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(28px * var(--cz-scale));
  height: calc(28px * var(--cz-scale));
  margin-bottom: calc(8px * var(--cz-scale));
  background: var(--cz-black);
  border-radius: calc(8px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-yellow);
}

.page-cat-uva .cz-shop-card--photo .cz-shop-card__more {
  color: var(--cz-black);
  font-weight: 600;
}

.page-cat-uva .cz-shop-stripe {
  background: var(--cz-black);
  color: #fff;
  border: 0.8mm solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}

.page-cat-uva .cz-shop-stripe__media {
  background: rgba(255, 255, 255, 0.08);
  border-radius: calc(12px * var(--cz-scale));
}

.page-cat-uva .cz-shop-stripe__name {
  color: #fff;
}

.page-cat-uva .cz-shop-stripe__desc {
  color: rgba(255, 255, 255, 0.72);
}

.page-cat-uva .cz-shop-stripe__more {
  color: var(--cz-yellow);
  font-weight: 700;
}

.page-cat-uva .cz-shop-stripe__badge {
  display: inline-block;
  margin-bottom: calc(6px * var(--cz-scale));
  padding: calc(4px * var(--cz-scale)) calc(8px * var(--cz-scale));
  background: var(--cz-yellow);
  border-radius: calc(6px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(9px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-black);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-cat-uva .cz-flow-options__grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cz-shop-card--photo .cz-shop-card__media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, calc(200px * var(--cz-scale)));
  gap: calc(10px * var(--cz-scale));
  align-items: center;
  padding: calc(16px * var(--cz-scale)) calc(18px * var(--cz-scale));
}

.cz-shop-card--photo .cz-shop-card__media img {
  width: 100%;
  max-height: min(44vh, calc(340px * var(--cz-scale)));
  object-fit: contain;
  object-position: left center;
  align-self: center;
}

.cz-shop-card--photo .cz-shop-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  max-width: calc(200px * var(--cz-scale));
  min-height: min(36vh, calc(280px * var(--cz-scale)));
  padding: calc(4px * var(--cz-scale)) 0;
}

.cz-shop-card--photo .cz-shop-card__name {
  text-align: left;
  margin-bottom: calc(8px * var(--cz-scale));
  font-size: clamp(21px, 2vw, calc(25px * var(--cz-scale)));
}

.cz-shop-card--photo .cz-shop-card__spec {
  margin-top: auto;
  text-align: left;
  font-size: calc(18px * var(--cz-scale));
}

.cz-shop-card--photo .cz-shop-card__more {
  display: inline-flex;
  align-items: center;
  gap: calc(6px * var(--cz-scale));
  margin-top: calc(10px * var(--cz-scale));
  font-family: var(--cz-font-tiktok);
  font-size: calc(15px * var(--cz-scale));
  font-weight: 500;
  line-height: 1;
  color: var(--cz-gray);
  text-transform: uppercase;
}

.cz-shop-card--photo .cz-shop-card__more svg {
  width: calc(17px * var(--cz-scale));
  height: calc(17px * var(--cz-scale));
  color: var(--cz-yellow);
  flex-shrink: 0;
}

/* static-weighing.html — каталог-список + матрица */
.cz-cat-catalog {
  padding: calc(32px * var(--cz-scale)) 0 calc(40px * var(--cz-scale));
  background: #fff;
  border-top: 0.8mm solid var(--cz-border);
}

.cz-cat-catalog__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.cz-cat-catalog__nav {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px * var(--cz-scale));
  margin-bottom: calc(28px * var(--cz-scale));
}

.cz-cat-catalog__nav a {
  padding: calc(8px * var(--cz-scale)) calc(14px * var(--cz-scale));
  background: var(--cz-gray-light);
  border: 0.8mm solid rgba(0, 0, 0, 0.06);
  border-radius: calc(999px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1;
  color: var(--cz-black);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cz-cat-catalog__nav a:hover {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
}

.cz-cat-catalog__section + .cz-cat-catalog__section {
  margin-top: calc(36px * var(--cz-scale));
}

.cz-cat-catalog__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(12px * var(--cz-scale));
  margin-bottom: calc(14px * var(--cz-scale));
  padding-bottom: calc(10px * var(--cz-scale));
  border-bottom: 0.8mm solid var(--cz-border);
}

.cz-cat-catalog__title {
  margin: 0;
  font-family: var(--cz-font-tiktok);
  font-size: calc(18px * var(--cz-scale));
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.cz-cat-catalog__count {
  flex-shrink: 0;
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cz-cat-catalog__lead {
  margin: 0 0 calc(14px * var(--cz-scale));
  max-width: 52em;
  font-family: var(--cz-font-tiktok);
  font-size: calc(13px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.55;
  color: var(--cz-gray);
}

.cz-catalog-rows {
  display: flex;
  flex-direction: column;
  gap: calc(8px * var(--cz-scale));
}

.cz-catalog-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1.1fr) auto;
  gap: calc(14px * var(--cz-scale));
  align-items: center;
  padding: calc(14px * var(--cz-scale)) calc(16px * var(--cz-scale));
  background: var(--cz-gray-light);
  border: 0.8mm solid rgba(0, 0, 0, 0.04);
  border-radius: calc(12px * var(--cz-scale));
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.cz-catalog-row:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.cz-catalog-row--featured {
  padding: calc(18px * var(--cz-scale)) calc(20px * var(--cz-scale));
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

.cz-catalog-row__num {
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  letter-spacing: 0.1em;
}

.cz-catalog-row__name {
  margin: 0;
  font-family: var(--cz-font-tiktok);
  font-size: calc(14px * var(--cz-scale));
  font-weight: 600;
  line-height: 1.35;
  color: var(--cz-black);
}

.cz-catalog-row__meta {
  margin: 0;
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(12px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.4;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.cz-catalog-row__more {
  display: inline-flex;
  align-items: center;
  gap: calc(4px * var(--cz-scale));
  font-family: var(--cz-font-tiktok);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1;
  color: var(--cz-gray);
  text-transform: uppercase;
  white-space: nowrap;
}

.cz-catalog-row__more svg {
  width: calc(12px * var(--cz-scale));
  height: calc(12px * var(--cz-scale));
  color: var(--cz-yellow);
  flex-shrink: 0;
}

.cz-matrix-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: calc(4px * var(--cz-scale));
}

.cz-matrix {
  display: grid;
  grid-template-columns: minmax(160px, 1.35fr) repeat(3, minmax(120px, 1fr));
  gap: calc(8px * var(--cz-scale));
  min-width: min(100%, calc(720px * var(--cz-scale)));
}

.cz-matrix__corner {
  min-height: calc(44px * var(--cz-scale));
}

.cz-matrix__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(44px * var(--cz-scale));
  padding: calc(10px * var(--cz-scale)) calc(8px * var(--cz-scale));
  background: var(--cz-black);
  border-radius: calc(10px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cz-matrix__row-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(4px * var(--cz-scale));
  min-height: calc(72px * var(--cz-scale));
  padding: calc(12px * var(--cz-scale)) calc(14px * var(--cz-scale));
  background: var(--cz-gray-light);
  border: 0.8mm solid rgba(0, 0, 0, 0.04);
  border-radius: calc(10px * var(--cz-scale));
}

.cz-matrix__row-cap {
  font-family: var(--cz-font-tiktok);
  font-size: calc(14px * var(--cz-scale));
  font-weight: 600;
  line-height: 1.2;
  color: var(--cz-black);
  text-transform: uppercase;
}

.cz-matrix__row-size {
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.3;
  color: var(--cz-gray);
  text-transform: uppercase;
}

.cz-matrix__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(4px * var(--cz-scale));
  min-height: calc(72px * var(--cz-scale));
  padding: calc(10px * var(--cz-scale)) calc(8px * var(--cz-scale));
  background: var(--cz-gray-light);
  border: 0.8mm solid rgba(0, 0, 0, 0.04);
  border-radius: calc(10px * var(--cz-scale));
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.cz-matrix__cell:hover {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.cz-matrix__model {
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(13px * var(--cz-scale));
  font-weight: 700;
  line-height: 1.2;
  color: var(--cz-black);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.cz-matrix__label {
  font-family: var(--cz-font-tiktok);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  line-height: 1;
  color: var(--cz-gray);
  text-transform: uppercase;
}

.cz-matrix--4col {
  grid-template-columns: minmax(140px, 1.2fr) repeat(4, minmax(110px, 1fr));
  min-width: min(100%, calc(820px * var(--cz-scale)));
}

.cz-matrix__cell--empty {
  background: transparent;
  border: 0.8mm dashed rgba(0, 0, 0, 0.08);
  pointer-events: none;
  box-shadow: none;
}

.cz-matrix__cell--empty .cz-matrix__model {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.18);
}

.cz-matrix__side {
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(9px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.2;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cz-cat-catalog__legend {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px * var(--cz-scale));
  margin: 0 0 calc(16px * var(--cz-scale));
}

.cz-cat-catalog__legend span {
  padding: calc(6px * var(--cz-scale)) calc(10px * var(--cz-scale));
  background: #fff;
  border: 0.8mm solid rgba(0, 0, 0, 0.06);
  border-radius: calc(8px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.3;
  color: var(--cz-black);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.cz-prod-options__group-title {
  margin: calc(20px * var(--cz-scale)) 0 calc(12px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(12px * var(--cz-scale));
  font-weight: 700;
  line-height: 1.3;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cz-prod-options__group-title:first-of-type {
  margin-top: 0;
}

/* витрина категорий — applicators, static-weighing */
.page-cat-applicators .cz-pa-hero, .page-cat-static .cz-pa-hero {
  padding: calc(28px * var(--cz-scale)) 0 calc(32px * var(--cz-scale));
  background: #fff;
  border-top: 0.8mm solid var(--cz-border);
}

.page-cat-applicators .cz-pa-hero__inner, .page-cat-static .cz-pa-hero__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: calc(28px * var(--cz-scale));
  align-items: center;
}

.page-cat-applicators .cz-pa-hero__back, .page-cat-static .cz-pa-hero__back {
  display: inline-block;
  margin-bottom: calc(12px * var(--cz-scale));
  font-size: calc(12px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  text-decoration: none;
}

.page-cat-applicators .cz-pa-hero__tag, .page-cat-static .cz-pa-hero__tag {
  margin: 0 0 calc(8px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.page-cat-applicators .cz-pa-hero__title, .page-cat-static .cz-pa-hero__title {
  margin: 0 0 calc(12px * var(--cz-scale));
  font-size: clamp(26px, 3.2vw, calc(34px * var(--cz-scale)));
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.page-cat-applicators .cz-pa-hero__lead, .page-cat-static .cz-pa-hero__lead {
  margin: 0 0 calc(18px * var(--cz-scale));
  max-width: 36em;
  font-size: calc(14px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.6;
  color: var(--cz-gray);
}

.page-cat-applicators .cz-pa-hero__facts, .page-cat-static .cz-pa-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-hero__fact, .page-cat-static .cz-pa-hero__fact {
  padding: calc(8px * var(--cz-scale)) calc(12px * var(--cz-scale));
  background: var(--cz-yellow);
  border-radius: calc(999px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-black);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-cat-applicators .cz-pa-hero__visual, .page-cat-static .cz-pa-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(280px * var(--cz-scale));
  padding: calc(24px * var(--cz-scale));
  background: var(--cz-gray-light);
  border: 0.8mm solid rgba(0, 0, 0, 0.06);
  border-radius: calc(18px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-hero__visual, .page-cat-static .cz-pa-hero__visual img {
  width: 100%;
  max-height: calc(260px * var(--cz-scale));
  object-fit: contain;
}

.page-cat-applicators .cz-pa-nav, .page-cat-static .cz-pa-nav {
  padding: 0 0 calc(20px * var(--cz-scale));
  background: #fff;
}

.page-cat-applicators .cz-pa-nav__inner, .page-cat-static .cz-pa-nav__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(12px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-nav__card, .page-cat-static .cz-pa-nav__card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: calc(12px * var(--cz-scale));
  align-items: center;
  padding: calc(16px * var(--cz-scale)) calc(18px * var(--cz-scale));
  background: #fff;
  border: 0.8mm solid rgba(0, 0, 0, 0.08);
  border-left: calc(4px * var(--cz-scale)) solid var(--cz-yellow);
  border-radius: calc(14px * var(--cz-scale));
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-cat-applicators .cz-pa-nav__card:hover, .page-cat-static .cz-pa-nav__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.page-cat-applicators .cz-pa-nav__icon, .page-cat-static .cz-pa-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(40px * var(--cz-scale));
  height: calc(40px * var(--cz-scale));
  background: var(--cz-black);
  border-radius: calc(10px * var(--cz-scale));
  color: var(--cz-yellow);
}

.page-cat-applicators .cz-pa-nav__icon, .page-cat-static .cz-pa-nav__icon svg {
  width: calc(18px * var(--cz-scale));
  height: calc(18px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-nav__name, .page-cat-static .cz-pa-nav__name {
  margin: 0 0 calc(4px * var(--cz-scale));
  font-family: var(--cz-font-tiktok);
  font-size: calc(14px * var(--cz-scale));
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.page-cat-applicators .cz-pa-nav__meta, .page-cat-static .cz-pa-nav__meta {
  margin: 0;
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.page-cat-applicators .cz-pa-nav__count, .page-cat-static .cz-pa-nav__count {
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(22px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-black);
}

.page-cat-applicators .cz-pa-chapter, .page-cat-static .cz-pa-chapter {
  padding: calc(36px * var(--cz-scale)) 0 calc(40px * var(--cz-scale));
  border-top: 0.8mm solid var(--cz-border);
}

.page-cat-applicators .cz-pa-chapter--accent, .page-cat-static .cz-pa-chapter--accent {
  background: var(--cz-gray-light);
}

.page-cat-applicators .cz-pa-chapter__inner, .page-cat-static .cz-pa-chapter__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.page-cat-applicators .cz-pa-chapter__head, .page-cat-static .cz-pa-chapter__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: calc(16px * var(--cz-scale));
  align-items: end;
  margin-bottom: calc(22px * var(--cz-scale));
  padding-bottom: calc(14px * var(--cz-scale));
  border-bottom: calc(3px * var(--cz-scale)) solid var(--cz-yellow);
}

.page-cat-applicators .cz-pa-chapter__index, .page-cat-static .cz-pa-chapter__index {
  display: block;
  margin-bottom: calc(6px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-cat-applicators .cz-pa-chapter__title, .page-cat-static .cz-pa-chapter__title {
  margin: 0;
  font-size: calc(24px * var(--cz-scale));
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.page-cat-applicators .cz-pa-chapter__desc, .page-cat-static .cz-pa-chapter__desc {
  margin: 0;
  max-width: 28em;
  font-size: calc(13px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.55;
  color: var(--cz-gray);
  text-align: right;
}

.page-cat-applicators .cz-pa-grid, .page-cat-static .cz-pa-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(14px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-grid--single, .page-cat-static .cz-pa-grid--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: calc(520px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-card, .page-cat-static .cz-pa-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: calc(18px * var(--cz-scale));
  background: #fff;
  border: 0.8mm solid rgba(0, 0, 0, 0.07);
  border-radius: calc(16px * var(--cz-scale));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-cat-applicators .cz-pa-card:hover, .page-cat-static .cz-pa-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.09);
}

.page-cat-applicators .cz-pa-card__top, .page-cat-static .cz-pa-card__top {
  display: grid;
  grid-template-columns: calc(88px * var(--cz-scale)) minmax(0, 1fr);
  gap: calc(12px * var(--cz-scale));
  align-items: center;
  margin-bottom: calc(14px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-card__thumb, .page-cat-static .cz-pa-card__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(72px * var(--cz-scale));
  padding: calc(6px * var(--cz-scale));
  background: var(--cz-gray-light);
  border: 0.8mm solid rgba(0, 0, 0, 0.05);
  border-radius: calc(10px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-card__thumb, .page-cat-static .cz-pa-card__thumb img {
  width: 100%;
  max-height: calc(58px * var(--cz-scale));
  object-fit: contain;
}

.page-cat-applicators .cz-pa-card__badge, .page-cat-static .cz-pa-card__badge {
  display: inline-block;
  margin-bottom: calc(6px * var(--cz-scale));
  padding: calc(4px * var(--cz-scale)) calc(8px * var(--cz-scale));
  background: var(--cz-black);
  border-radius: calc(6px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(9px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-yellow);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-cat-applicators .cz-pa-card__name, .page-cat-static .cz-pa-card__name {
  margin: 0;
  font-family: var(--cz-font-tiktok);
  font-size: calc(16px * var(--cz-scale));
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.page-cat-applicators .cz-pa-card__spec, .page-cat-static .cz-pa-card__spec {
  margin: 0 0 calc(12px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.45;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.page-cat-applicators .cz-pa-card__variants, .page-cat-static .cz-pa-card__variants {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(8px * var(--cz-scale));
  margin-top: auto;
}

.page-cat-applicators .cz-pa-card__variant, .page-cat-static .cz-pa-card__variant {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(36px * var(--cz-scale));
  padding: calc(8px * var(--cz-scale)) calc(10px * var(--cz-scale));
  background: #fff;
  border: 0.8mm solid rgba(0, 0, 0, 0.1);
  border-radius: calc(10px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-black);
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-cat-applicators .cz-pa-card__variant:hover, .page-cat-static .cz-pa-card__variant:hover {
  background: var(--cz-yellow);
  border-color: var(--cz-yellow);
}

.page-cat-applicators .cz-pa-card__model, .page-cat-static .cz-pa-card__model {
  margin: 0 0 calc(12px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(18px * var(--cz-scale));
  font-weight: 700;
  line-height: 1.2;
  color: var(--cz-black);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.page-cat-applicators .cz-pa-card__action, .page-cat-static .cz-pa-card__action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(36px * var(--cz-scale));
  margin-top: auto;
  padding: calc(8px * var(--cz-scale)) calc(12px * var(--cz-scale));
  background: var(--cz-yellow);
  border-radius: calc(10px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-black);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background 0.2s ease;
}

.page-cat-applicators .cz-pa-card__action:hover, .page-cat-static .cz-pa-card__action:hover {
  background: var(--cz-yellow-hover);
}

.page-cat-applicators .cz-pa-grid--4, .page-cat-static .cz-pa-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-cat-applicators .cz-pa-nav__inner--4, .page-cat-static .cz-pa-nav__inner--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-cat-applicators .cz-pa-subchapter, .page-cat-static .cz-pa-subchapter {
  margin-bottom: calc(24px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-subchapter__head, .page-cat-static .cz-pa-subchapter__head {
  display: block;
  margin: 0 0 calc(12px * var(--cz-scale));
  padding: 0;
  border-bottom: none;
}

.page-cat-applicators .cz-pa-subchapter__index, .page-cat-static .cz-pa-subchapter__index {
  display: block;
  margin-bottom: calc(4px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-cat-applicators .cz-pa-subchapter__title, .page-cat-static .cz-pa-subchapter__title {
  margin: 0;
  font-size: calc(18px * var(--cz-scale));
  line-height: 1.2;
  text-transform: uppercase;
}

.page-cat-applicators .cz-pa-options, .page-cat-static .cz-pa-options {
  padding: calc(40px * var(--cz-scale)) 0 calc(52px * var(--cz-scale));
  background: var(--cz-black);
  color: #fff;
}

.page-cat-applicators .cz-pa-options__inner, .page-cat-static .cz-pa-options__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.page-cat-applicators .cz-pa-options__title, .page-cat-static .cz-pa-options__title {
  margin: 0 0 calc(8px * var(--cz-scale));
  font-size: calc(24px * var(--cz-scale));
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.page-cat-applicators .cz-pa-options__sub, .page-cat-static .cz-pa-options__sub {
  margin: 0 0 calc(24px * var(--cz-scale));
  max-width: 40em;
  font-size: calc(13px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

.page-cat-applicators .cz-pa-options__group, .page-cat-static .cz-pa-options__group {
  margin-bottom: calc(22px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-options__group-title, .page-cat-static .cz-pa-options__group-title {
  margin: 0 0 calc(12px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 700;
  line-height: 1.3;
  color: var(--cz-yellow);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.page-cat-applicators .cz-pa-options__grid, .page-cat-static .cz-pa-options__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(12px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-options__grid--2, .page-cat-static .cz-pa-options__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: calc(560px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-option, .page-cat-static .cz-pa-option {
  padding: calc(16px * var(--cz-scale));
  background: rgba(255, 255, 255, 0.06);
  border: 0.8mm solid rgba(255, 255, 255, 0.12);
  border-radius: calc(12px * var(--cz-scale));
}

.page-cat-applicators .cz-pa-option__num, .page-cat-static .cz-pa-option__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(28px * var(--cz-scale));
  height: calc(28px * var(--cz-scale));
  margin-bottom: calc(10px * var(--cz-scale));
  background: var(--cz-yellow);
  border-radius: 50%;
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-black);
}

.page-cat-applicators .cz-pa-option__name, .page-cat-static .cz-pa-option__name {
  margin: 0 0 calc(6px * var(--cz-scale));
  font-family: var(--cz-font-tiktok);
  font-size: calc(14px * var(--cz-scale));
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-cat-applicators .cz-pa-option__desc, .page-cat-static .cz-pa-option__desc {
  margin: 0;
  font-size: calc(12px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.page-cat-applicators .cz-pa-options__cta, .page-cat-static .cz-pa-options__cta {
  margin-top: calc(28px * var(--cz-scale));
  text-align: center;
}

/* flow-каталог — validation, aggregation */
.page-cat-flow .cz-flow-hero,
.page-cat-uva .cz-flow-hero {
  padding: calc(32px * var(--cz-scale)) 0 calc(36px * var(--cz-scale));
  background: var(--cz-black);
  color: #fff;
}

.page-cat-flow .cz-flow-hero__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: calc(28px * var(--cz-scale));
  align-items: center;
}

.page-cat-flow .cz-flow-hero__back {
  display: inline-block;
  margin-bottom: calc(12px * var(--cz-scale));
  font-size: calc(12px * var(--cz-scale));
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.page-cat-flow .cz-flow-hero__tag {
  margin: 0 0 calc(8px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-yellow);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.page-cat-flow .cz-flow-hero__title {
  margin: 0 0 calc(12px * var(--cz-scale));
  font-size: clamp(24px, 3vw, calc(32px * var(--cz-scale)));
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.page-cat-flow .cz-flow-hero__lead {
  margin: 0 0 calc(18px * var(--cz-scale));
  max-width: 36em;
  font-size: calc(14px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.page-cat-flow .cz-flow-hero__route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(6px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 600;
  line-height: 1;
  color: var(--cz-black);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-cat-flow .cz-flow-hero__route span {
  padding: calc(7px * var(--cz-scale)) calc(11px * var(--cz-scale));
  background: var(--cz-yellow);
  border-radius: calc(999px * var(--cz-scale));
}

.page-cat-flow .cz-flow-hero__route svg {
  width: calc(12px * var(--cz-scale));
  height: calc(12px * var(--cz-scale));
  color: rgba(255, 255, 255, 0.45);
}

.page-cat-flow .cz-flow-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(260px * var(--cz-scale));
  padding: calc(20px * var(--cz-scale));
  background: rgba(255, 255, 255, 0.06);
  border: 0.8mm solid rgba(255, 255, 255, 0.12);
  border-radius: calc(18px * var(--cz-scale));
}

.page-cat-flow .cz-flow-hero__visual img {
  width: 100%;
  max-height: calc(240px * var(--cz-scale));
  object-fit: contain;
}

.page-cat-flow .cz-flow-body {
  padding: calc(36px * var(--cz-scale)) 0 calc(20px * var(--cz-scale));
  background: #fff;
}

.page-cat-flow .cz-flow-body__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.page-cat-flow .cz-flow-group + .cz-flow-group {
  margin-top: calc(32px * var(--cz-scale));
}

.page-cat-flow .cz-flow-group__head {
  display: flex;
  align-items: center;
  gap: calc(12px * var(--cz-scale));
  margin-bottom: calc(14px * var(--cz-scale));
}

.page-cat-flow .cz-flow-group__dot {
  width: calc(12px * var(--cz-scale));
  height: calc(12px * var(--cz-scale));
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--cz-yellow);
}

.page-cat-flow .cz-flow-group__title {
  margin: 0;
  font-size: calc(18px * var(--cz-scale));
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.page-cat-flow .cz-flow-group__sub {
  margin: 0 0 0 auto;
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-cat-flow .cz-flow-list {
  display: flex;
  flex-direction: column;
  gap: calc(12px * var(--cz-scale));
}

.page-cat-flow .cz-flow-item {
  display: grid;
  grid-template-columns: calc(64px * var(--cz-scale)) minmax(0, 1fr) minmax(0, 220px);
  gap: calc(16px * var(--cz-scale));
  align-items: center;
  padding: calc(18px * var(--cz-scale)) calc(20px * var(--cz-scale));
  border-radius: calc(16px * var(--cz-scale));
  border: 0.8mm solid rgba(0, 0, 0, 0.05);
  background: #fff;
}

.page-cat-flow .cz-flow-item:nth-child(even) {
  background: var(--cz-gray-light);
}

.page-cat-flow .cz-flow-item__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(52px * var(--cz-scale));
  height: calc(52px * var(--cz-scale));
  background: var(--cz-black);
  border-radius: calc(12px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(16px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-yellow);
}

.page-cat-flow .cz-flow-item__tag {
  display: inline-block;
  margin-bottom: calc(6px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(9px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-gray);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.page-cat-flow .cz-flow-item__name {
  margin: 0 0 calc(6px * var(--cz-scale));
  font-family: var(--cz-font-tiktok);
  font-size: calc(16px * var(--cz-scale));
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-cat-flow .cz-flow-item__desc {
  margin: 0 0 calc(10px * var(--cz-scale));
  font-size: calc(13px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.55;
  color: var(--cz-gray);
}

.page-cat-flow .cz-flow-item__cta {
  display: inline-flex;
  align-items: center;
  gap: calc(4px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-black);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-cat-flow .cz-flow-item__cta svg {
  width: calc(12px * var(--cz-scale));
  height: calc(12px * var(--cz-scale));
  color: var(--cz-yellow);
}

.page-cat-flow .cz-flow-item__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(120px * var(--cz-scale));
  padding: calc(10px * var(--cz-scale));
  background: rgba(255, 255, 255, 0.72);
  border-radius: calc(12px * var(--cz-scale));
}

.page-cat-flow .cz-flow-item__visual img {
  width: 100%;
  max-height: calc(100px * var(--cz-scale));
  object-fit: contain;
}

.page-cat-flow .cz-flow-pills {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px * var(--cz-scale));
}

.page-cat-flow .cz-flow-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: calc(30px * var(--cz-scale));
  padding: calc(6px * var(--cz-scale)) calc(11px * var(--cz-scale));
  background: var(--cz-black);
  border-radius: calc(999px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 700;
  line-height: 1;
  color: var(--cz-yellow);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: background 0.2s ease, color 0.2s ease;
}

.page-cat-flow .cz-flow-pill:hover {
  background: var(--cz-yellow);
  color: var(--cz-black);
}

.page-cat-flow .cz-flow-item--wide {
  grid-template-columns: calc(64px * var(--cz-scale)) minmax(0, 1fr);
}

.page-cat-flow .cz-flow-options {
  padding: calc(40px * var(--cz-scale)) 0 calc(48px * var(--cz-scale));
  background: var(--cz-gray-light);
  border-top: 0.8mm solid rgba(0, 0, 0, 0.06);
}

.page-cat-flow .cz-flow-options__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.page-cat-flow .cz-flow-options__title {
  margin: 0 0 calc(8px * var(--cz-scale));
  font-size: calc(22px * var(--cz-scale));
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.page-cat-flow .cz-flow-options__sub {
  margin: 0 0 calc(20px * var(--cz-scale));
  font-size: calc(13px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.55;
  color: var(--cz-gray);
}

.page-cat-flow .cz-flow-options__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(12px * var(--cz-scale));
}

.page-cat-flow .cz-flow-options__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-cat-flow .cz-flow-opt {
  padding: calc(16px * var(--cz-scale));
  background: #fff;
  border: 0.8mm solid rgba(0, 0, 0, 0.07);
  border-top: calc(3px * var(--cz-scale)) solid var(--cz-black);
  border-radius: calc(12px * var(--cz-scale));
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.page-cat-flow .cz-flow-opt__num {
  display: inline-block;
  margin-bottom: calc(8px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(10px * var(--cz-scale));
  font-weight: 700;
  color: var(--cz-gray);
  letter-spacing: 0.1em;
}

.page-cat-flow .cz-flow-opt__name {
  margin: 0 0 calc(6px * var(--cz-scale));
  font-family: var(--cz-font-tiktok);
  font-size: calc(14px * var(--cz-scale));
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-cat-flow .cz-flow-opt__desc {
  margin: 0;
  font-size: calc(12px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.5;
  color: var(--cz-gray);
}

.page-cat-flow .cz-flow-options__cta {
  margin-top: calc(24px * var(--cz-scale));
  text-align: center;
}

.page-cat-static .cz-cat-page--intro {
  min-height: auto;
  padding: calc(24px * var(--cz-scale)) 0 calc(16px * var(--cz-scale));
}

.page-cat-static .cz-cat-page__title {
  margin-bottom: calc(10px * var(--cz-scale));
}

.cz-prod-options__grid--1 {
  grid-template-columns: minmax(0, calc(360px * var(--cz-scale)));
  justify-content: center;
}

.cz-prod-options__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: calc(560px * var(--cz-scale));
}

.cz-shop-screen {
  min-height: calc(100svh - 64px);
  padding: 0 0 calc(24px * var(--cz-scale));
  background: #fff;
  border-top: 1px solid var(--cz-border);
}

.cz-shop-screen__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: calc(16px * var(--cz-scale)) var(--cz-side-pad) calc(20px * var(--cz-scale));
  display: flex;
  flex-direction: column;
  gap: calc(14px * var(--cz-scale));
  min-height: calc(100svh - 64px);
}

.cz-shop-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: calc(14px * var(--cz-scale));
  min-height: 0;
}

.cz-shop-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: var(--cz-gray-light);
  border-radius: calc(14px * var(--cz-scale));
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.cz-shop-card:hover {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.cz-shop-card__media {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(180px * var(--cz-scale));
  padding: calc(20px * var(--cz-scale)) calc(24px * var(--cz-scale)) calc(12px * var(--cz-scale));
}

.cz-shop-card__media img {
  width: 100%;
  max-height: min(36vh, calc(280px * var(--cz-scale)));
  object-fit: contain;
  display: block;
}

.cz-shop-card__body {
  flex-shrink: 0;
  padding: calc(14px * var(--cz-scale)) calc(18px * var(--cz-scale)) calc(18px * var(--cz-scale));
  text-align: center;
}

.cz-shop-card__name {
  margin: 0 0 calc(8px * var(--cz-scale));
  font-family: var(--cz-font-tiktok);
  font-size: clamp(15px, 1.4vw, calc(18px * var(--cz-scale)));
  font-weight: 600;
  line-height: 1.3;
  color: var(--cz-black);
}

.cz-shop-card__price,
.cz-shop-card__spec {
  margin: 0;
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(13px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.45;
  color: var(--cz-black);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.cz-shop-stripe {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr) auto;
  gap: calc(18px * var(--cz-scale));
  align-items: center;
  padding: calc(14px * var(--cz-scale)) calc(18px * var(--cz-scale));
  background: var(--cz-gray-light);
  border-radius: calc(14px * var(--cz-scale));
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease;
}

.cz-shop-stripe:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
}

.cz-shop-stripe__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100px * var(--cz-scale));
}

.cz-shop-stripe__media img {
  width: 100%;
  max-height: calc(120px * var(--cz-scale));
  object-fit: contain;
}

.cz-shop-stripe__name {
  margin: 0 0 calc(6px * var(--cz-scale));
  font-family: var(--cz-font-tiktok);
  font-size: calc(18px * var(--cz-scale));
  font-weight: 600;
  line-height: 1.25;
  color: var(--cz-black);
}

.cz-shop-stripe__desc {
  margin: 0 0 calc(8px * var(--cz-scale));
  font-family: var(--cz-font-tiktok);
  font-size: calc(13px * var(--cz-scale));
  font-weight: 500;
  line-height: 1.45;
  color: var(--cz-gray);
  max-width: 640px;
}

.cz-shop-stripe__price {
  margin: 0;
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(15px * var(--cz-scale));
  font-weight: 500;
  color: var(--cz-black);
}

.cz-shop-stripe__more {
  display: inline-flex;
  align-items: center;
  gap: calc(4px * var(--cz-scale));
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(11px * var(--cz-scale));
  font-weight: 500;
  line-height: 1;
  color: var(--cz-gray);
  text-transform: uppercase;
  white-space: nowrap;
}

.cz-shop-stripe__more svg {
  width: calc(12px * var(--cz-scale));
  height: calc(12px * var(--cz-scale));
  color: var(--cz-yellow);
}

/* Catalog */
.cz-catalog {
  padding: calc(40px * var(--cz-scale)) 0 calc(48px * var(--cz-scale));
  background: #fff;
  border-top: 1px solid var(--cz-border);
}

.cz-catalog__inner {
  max-width: var(--cz-container);
  margin: 0 auto;
  padding: 0 var(--cz-side-pad);
}

.cz-catalog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(24px * var(--cz-scale));
}

.cz-catalog__title {
  font-size: calc(20px * var(--cz-scale));
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
}

.cz-catalog__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(13px * var(--cz-scale));
  font-weight: 400;
  color: var(--cz-black);
  text-decoration: none;
  text-transform: uppercase;
}

.cz-catalog__link svg {
  width: 12px;
  height: 12px;
}

.cz-catalog__block {
  margin-bottom: calc(36px * var(--cz-scale));
}

.cz-catalog__block--last {
  margin-bottom: 0;
}

.cz-catalog__heading {
  font-size: calc(16px * var(--cz-scale));
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 calc(16px * var(--cz-scale));
}

.cz-catalog__heading-accent {
  color: var(--cz-yellow);
}

.cz-catalog__grid {
  display: grid;
  gap: calc(14px * var(--cz-scale));
}

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

.cz-catalog__grid--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cz-catalog__stripe {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: calc(16px * var(--cz-scale));
  align-items: center;
  margin-bottom: calc(36px * var(--cz-scale));
  padding: calc(12px * var(--cz-scale)) calc(14px * var(--cz-scale));
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: calc(11px * var(--cz-scale));
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}

.cz-catalog__stripe:hover {
  border-color: rgba(0, 0, 0, 0.14);
}

.cz-catalog__stripe-photo {
  width: 100%;
  height: calc(96px * var(--cz-scale));
  object-fit: contain;
  object-position: left center;
}

.cz-catalog__stripe-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(10px * var(--cz-scale));
  min-height: calc(72px * var(--cz-scale));
}

.cz-catalog__stripe-title {
  margin: 0;
  font-family: var(--cz-font-ibm-mono);
  font-size: calc(13px * var(--cz-scale));
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Десктоп: категории, каталог, тарифы и compat — скролл без сжатия */
@media (min-width: 1200px) {
  .cz-categories__grid,
  .cz-catalog__grid--6,
  .cz-catalog__grid--4,
  .cz-tariffs__grid,
  .cz-compat__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    gap: calc(14px * var(--cz-scale));
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(26, 26, 26, 0.22) transparent;
  }

  .cz-categories__grid {
    gap: calc(8px * var(--cz-scale));
  }

  .cz-compat__grid {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }

  .cz-categories__grid::-webkit-scrollbar,
  .cz-catalog__grid--6::-webkit-scrollbar,
  .cz-catalog__grid--4::-webkit-scrollbar,
  .cz-tariffs__grid::-webkit-scrollbar,
  .cz-compat__grid::-webkit-scrollbar {
    height: 6px;
  }

  .cz-categories__grid::-webkit-scrollbar-thumb,
  .cz-catalog__grid--6::-webkit-scrollbar-thumb,
  .cz-catalog__grid--4::-webkit-scrollbar-thumb,
  .cz-tariffs__grid::-webkit-scrollbar-thumb,
  .cz-compat__grid::-webkit-scrollbar-thumb {
    background: rgba(26, 26, 26, 0.2);
    border-radius: 3px;
  }

  .cz-cat-card {
    flex: 0 0 calc(320px * var(--cz-scale));
    min-width: calc(320px * var(--cz-scale));
    scroll-snap-align: start;
  }

  .cz-tariff-card {
    flex: 0 0 calc(360px * var(--cz-scale));
    min-width: calc(360px * var(--cz-scale));
    scroll-snap-align: start;
  }

  .cz-tariff-card:last-child:nth-child(3n + 1) {
    grid-column: auto;
  }

  .cz-compat__item {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .cz-catalog__grid--6 > .cz-catalog__stripe,
  .cz-catalog__grid--4 > .cz-catalog__stripe {
    flex: 0 0 calc(360px * var(--cz-scale));
    min-width: calc(360px * var(--cz-scale));
    margin-bottom: 0;
    scroll-snap-align: start;
  }

  .cz-software__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(16px * var(--cz-scale));
    overflow: visible;
  }
}

/* Крупные экраны: 1440+ */
@media (min-width: 1440px) {
  :root {
    --cz-container: 100%;
    --cz-side-pad: 16px;
    --cz-scale: 1.12;
  }
}

/* QHD 1920+ */
@media (min-width: 1920px) {
  :root {
    --cz-container: 100%;
    --cz-side-pad: 16px;
    --cz-scale: 1.24;
  }

  .cz-hero__title {
    font-size: calc(48px * var(--cz-scale));
    max-width: 680px;
  }

  .cz-hero__desc {
    font-size: calc(17px * var(--cz-scale));
    max-width: 620px;
  }

  .cz-hero__wrap,
  .cz-hero__visual {
    min-height: calc(480px * var(--cz-scale) + var(--cz-hero-extra-h));
  }

  .cz-cat-card__media {
    min-height: calc(150px * var(--cz-scale));
  }
}

/* Большие мониторы 2000+ — на всю ширину экрана */
@media (min-width: 2000px) {
  :root {
    --cz-container: 100%;
    --cz-side-pad: 12px;
    --cz-scale: 1.32;
  }

  .cz-hero__title {
    font-size: calc(50px * var(--cz-scale));
    max-width: 760px;
  }

  .cz-hero__desc {
    max-width: 680px;
  }

  .cz-hero__wrap,
  .cz-hero__visual {
    min-height: calc(520px * var(--cz-scale) + var(--cz-hero-extra-h));
  }

  .cz-cat-card__media {
    min-height: calc(168px * var(--cz-scale));
  }

  .cz-cat-card__media--photo {
    grid-template-columns: calc(88px * var(--cz-scale)) minmax(0, 1fr);
  }

  .cz-faq-card__media {
    grid-template-columns: calc(88px * var(--cz-scale)) minmax(0, 1fr);
  }

  .cz-tariff-card {
    flex-basis: calc(400px * var(--cz-scale));
    min-width: calc(400px * var(--cz-scale));
  }

  .cz-categories__grid,
  .cz-tariffs__grid {
    gap: calc(18px * var(--cz-scale));
  }

  .cz-categories__grid {
    gap: calc(10px * var(--cz-scale));
  }

  .cz-cat-card {
    flex-basis: calc(340px * var(--cz-scale));
    min-width: calc(340px * var(--cz-scale));
  }

  .cz-catalog__grid--6 > .cz-catalog__stripe,
  .cz-catalog__grid--4 > .cz-catalog__stripe {
    flex-basis: calc(380px * var(--cz-scale));
    min-width: calc(380px * var(--cz-scale));
  }

  .cz-software__grid {
    gap: calc(20px * var(--cz-scale));
  }

  .cz-soft-card {
    min-height: calc(220px * var(--cz-scale));
    padding: calc(22px * var(--cz-scale)) calc(24px * var(--cz-scale)) calc(20px * var(--cz-scale));
  }

  .cz-soft-card__name {
    font-size: calc(14px * var(--cz-scale));
  }

  .cz-soft-card__desc {
    font-size: calc(11px * var(--cz-scale));
    min-height: calc(3.6 * 1.45em);
  }

  .cz-stats__grid {
    gap: calc(18px * var(--cz-scale));
  }

  .cz-testimonials__gallery {
    grid-template-columns: repeat(5, calc(120px * var(--cz-scale)));
    gap: calc(14px * var(--cz-scale));
  }

  .cz-testimonial-thumb,
  .cz-testimonials__more {
    width: calc(120px * var(--cz-scale));
    height: calc(158px * var(--cz-scale));
  }
}

/* Ультраширокие 2600+ */
@media (min-width: 2600px) {
  :root {
    --cz-container: 100%;
    --cz-side-pad: 12px;
    --cz-scale: 1.4;
  }

  .cz-hero__machine {
    inset: -18% 2% -14% -30%;
    transform: translateX(calc(-24px * var(--cz-scale)));
  }

  .cz-cat-card__media {
    min-height: calc(180px * var(--cz-scale));
  }
}

/* ── Адаптив: планшет горизонтальный (1024–1199) ── */
@media (max-width: 1199px) {
  :root {
    --cz-container: min(100%, calc(100vw - 40px));
    --cz-side-pad: 20px;
  }

  .cz-header__nav {
    gap: 12px;
  }

  .cz-header__nav a {
    font-size: 11px;
  }

  .cz-categories__grid,
  .cz-catalog__grid--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cz-catalog__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cz-compat__grid {
    gap: 16px 24px;
  }

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

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

/* ── Адаптив: планшет / узкий ноутбук (до 1023) ── */
@media (max-width: 1023px) {
  .cz-header__nav {
    display: none;
  }

  .cz-header__burger {
    display: inline-flex;
  }

  .cz-header__drawer {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100vh;
    height: 100dvh;
    padding: 72px 20px 24px;
    background: #fff;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
    z-index: 210;
    transform: translateX(100%);
    transition: transform 0.28s ease;
    overflow-y: auto;
  }

  .cz-header__drawer a {
    display: block;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--cz-black);
    text-decoration: none;
    border-bottom: 1px solid var(--cz-border);
  }

  .cz-header__drawer .cz-btn--drawer {
    margin-top: 16px;
    width: 100%;
    justify-content: center;
    border-bottom: none;
  }

  .cz-header__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 205;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
  }

  .cz-nav-open:checked ~ .cz-header__drawer {
    transform: translateX(0);
  }

  .cz-nav-open:checked ~ .cz-header__backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .cz-nav-open:checked ~ .cz-header__inner .cz-header__burger-open {
    display: none;
  }

  .cz-nav-open:checked ~ .cz-header__inner .cz-header__burger-close {
    display: block;
  }

  .cz-hero__wrap {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cz-hero__content {
    padding: 32px 0 28px;
    order: 2;
  }

  .cz-hero__visual {
    min-height: 300px;
    order: 1;
  }

  .cz-hero__card {
    top: auto;
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: auto;
  }

  .cz-hero__card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
  }

  .cz-hero__title,
  .cz-hero__desc,
  .cz-hero__features {
    max-width: 100%;
  }

  .cz-categories__grid,
  .cz-catalog__grid--6,
  .cz-catalog__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cz-compat__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: start;
    gap: 14px 20px;
  }

  .cz-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cz-footer__top {
    flex-wrap: wrap;
  }

  .cz-footer__cols {
    width: 100%;
    justify-content: flex-start;
  }

  .cz-prod-screen__inner {
    grid-template-columns: 1fr;
    gap: calc(28px * var(--cz-scale));
  }

  .cz-prod-screen--alt .cz-prod-screen__inner {
    direction: ltr;
  }

  .cz-prod-options__grid,
  .cz-prod-options__grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ── Адаптив: мобильный (до 767) ── */
@media (max-width: 767px) {
  :root {
    --cz-side-pad: 16px;
  }

  .cz-header__inner {
    gap: 10px;
    min-height: 56px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cz-header__logo-sub,
  .cz-header__brand .cz-header__divider {
    display: none;
  }

  .cz-btn__long {
    display: none;
  }

  .cz-btn__short {
    display: inline;
  }

  .cz-btn--header {
    padding: 9px 12px;
    font-size: 11px;
  }

  .cz-hero__band::before {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .cz-hero__content {
    padding: 24px 0 20px;
  }

  .cz-hero__visual {
    min-height: 240px;
  }

  .cz-hero__features {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cz-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cz-hero__actions .cz-btn {
    width: 100%;
    justify-content: center;
  }

  .cz-hero__card-features {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cz-hero__card-feat {
    flex-direction: row;
    text-align: left;
    gap: 8px;
  }

  .cz-faq,
  .cz-categories {
    padding: 24px 0 20px;
  }

  .cz-categories__head,
  .cz-faq__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 14px;
  }

  .cz-categories__grid,
  .cz-faq__grid,
  .cz-catalog__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .cz-categories__grid::-webkit-scrollbar,
  .cz-faq__grid::-webkit-scrollbar,
  .cz-catalog__grid::-webkit-scrollbar {
    display: none;
  }

  .cz-cat-card,
  .cz-faq-card {
    flex: 0 0 min(72vw, 260px);
    scroll-snap-align: start;
  }

  .cz-catalog__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .cz-catalog__stripe {
    grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
  }

  .cz-compat {
    padding: 18px 0 22px;
  }

  .cz-compat__grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .cz-compat__item {
    justify-content: flex-start;
  }

  .cz-compat__label {
    white-space: normal;
  }

  .cz-tariffs__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .cz-tariffs__grid::-webkit-scrollbar {
    display: none;
  }

  .cz-tariff-card {
    flex: 0 0 min(78vw, 300px);
    scroll-snap-align: start;
  }

  .cz-stats__grid {
    grid-template-columns: 1fr;
  }

  .cz-software__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .cz-software__grid::-webkit-scrollbar {
    display: none;
  }

  .cz-soft-card {
    flex: 0 0 min(78vw, 280px);
    scroll-snap-align: start;
  }

  .cz-testimonials__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: calc(340px * var(--cz-scale));
    margin: 0 auto;
  }

  .cz-testimonial-thumb,
  .cz-testimonials__more {
    width: 100%;
    height: calc(110px * var(--cz-scale));
  }

  .cz-tariff-card:last-child:nth-child(3n + 1) {
    grid-column: auto;
  }

  .cz-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .cz-footer__cols {
    flex-direction: column;
    gap: 20px;
  }

  .cz-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .cz-prod-screen {
    min-height: auto;
  }

  .cz-prod-screen__inner {
    padding-top: calc(28px * var(--cz-scale));
    padding-bottom: calc(28px * var(--cz-scale));
  }

  .cz-prod-specs__item {
    grid-template-columns: 1fr;
    gap: calc(4px * var(--cz-scale));
  }

  .cz-prod-options__grid {
    grid-template-columns: 1fr;
  }

  .cz-shop-screen,
  .cz-shop-screen__inner {
    min-height: auto;
  }

  .cz-shop-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .cz-shop-stripe {
    grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .cz-shop-stripe__more {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .cz-catalog-row {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .cz-catalog-row__meta {
    grid-column: 2;
  }

  .cz-catalog-row__more {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .cz-matrix {
    min-width: calc(640px * var(--cz-scale));
  }

  .cz-matrix--4col {
    min-width: calc(720px * var(--cz-scale));
  }

  .page-cat-applicators .cz-pa-hero__inner, .page-cat-static .cz-pa-hero__inner {
    grid-template-columns: 1fr;
  }

  .page-cat-applicators .cz-pa-nav__inner, .page-cat-static .cz-pa-nav__inner {
    grid-template-columns: 1fr;
  }

  .page-cat-applicators .cz-pa-chapter__head, .page-cat-static .cz-pa-chapter__head {
    grid-template-columns: 1fr;
  }

  .page-cat-applicators .cz-pa-chapter__desc, .page-cat-static .cz-pa-chapter__desc {
    text-align: left;
  }

  .page-cat-applicators .cz-pa-grid, .page-cat-static .cz-pa-grid,
  .page-cat-applicators .cz-pa-grid--4, .page-cat-static .cz-pa-grid--4 {
    grid-template-columns: 1fr;
  }

  .page-cat-applicators .cz-pa-nav__inner--4, .page-cat-static .cz-pa-nav__inner--4 {
    grid-template-columns: 1fr;
  }

  .page-cat-flow .cz-flow-hero__inner {
    grid-template-columns: 1fr;
  }

  .page-cat-flow .cz-flow-group__head {
    flex-wrap: wrap;
  }

  .page-cat-flow .cz-flow-group__sub {
    margin-left: 0;
    width: 100%;
  }

  .page-cat-flow .cz-flow-item,
  .page-cat-flow .cz-flow-item--wide {
    grid-template-columns: calc(52px * var(--cz-scale)) minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .page-cat-flow .cz-flow-item__visual {
    grid-column: 1 / -1;
    min-height: calc(100px * var(--cz-scale));
  }

  .page-cat-flow .cz-flow-options__grid,
  .page-cat-flow .cz-flow-options__grid--3,
  .page-cat-uva .cz-flow-options__grid--5 {
    grid-template-columns: 1fr;
  }

  .page-cat-applicators .cz-pa-options__grid, .page-cat-static .cz-pa-options__grid,
  .page-cat-applicators .cz-pa-options__grid--2, .page-cat-static .cz-pa-options__grid--2 {
    grid-template-columns: 1fr;
    max-width: none;
  }
}

/* ── Адаптив: маленький мобильный (до 479) ── */
@media (max-width: 479px) {
  :root {
    --cz-side-pad: 12px;
  }

  .cz-header__logo-title {
    font-size: 12px;
  }

  .cz-header__logo-icon {
    width: 30px;
    height: 30px;
  }

  .cz-header__search {
    display: none;
  }

  .cz-hero__title {
    font-size: 22px;
  }

  .cz-hero__visual {
    min-height: 200px;
  }

  .cz-hero__card {
    bottom: 12px;
    right: 12px;
    left: 12px;
  }

  .cz-cat-card {
    flex-basis: 82vw;
  }

  .cz-categories__title {
    font-size: 16px;
  }
}

/* Блокировка скролла при открытом меню */
@media (max-width: 1023px) {
  body.page-home-cz:has(.cz-nav-open:checked) {
    overflow: hidden;
  }
}
