/* Редизайн 2026: общие секции страниц каталога (шаблон "Продукция", id=12) */

/* Контейнер 1240px задан глобально в main.css (.container).
   Шапка, верхнее меню и подвал остаются full-bleed — ограничивается
   только их внутренний .container. Full-width секции тоже full-bleed,
   контент внутри — через .container. */

/* Визуальный порядок секций страницы АДЧР через CSS order (PageBlocks не позволяет
   гибко чередовать несколько отдельных вызовов с хардкод-секциями между ними —
   поэтому .tgs "растворяется" через display:contents и его дочерние блоки становятся
   элементами общего flex-потока наравне с остальными секциями). */
.adchr-page-scope--ordered {
  display: flex;
  flex-direction: column;
}
/* Убираем section-gutter между блоками — иначе через щель
   просвечивает тёмный фон main (чёрная полоса). */
.adchr-page-scope--ordered > .page-section,
.adchr-page-scope--ordered > .tgs > .page-section {
  margin-bottom: 0;
}
.adchr-page-scope--ordered > .stats-bar-v2 {
  margin-top: 0;
  margin-bottom: 0;
}
.adchr-page-scope--ordered > .tgs {
  display: contents;
}
.adchr-page-scope--ordered > .tgs > .using-v2 {
  order: 1;
}
.adchr-page-scope--ordered > .tgs > .product-modifications-v2 {
  order: 2;
}
.adchr-page-scope--ordered > .configurator-section {
  order: 3;
}
.adchr-page-scope--ordered > .about-product {
  order: 4;
}
.adchr-page-scope--ordered > .tgs > .product-advantages-v2 {
  order: 5;
}
.adchr-page-scope--ordered > .tgs > .causes {
  order: 6;
}
.adchr-page-scope--ordered > .stats-bar-v2 {
  order: 7;
}
.adchr-page-scope--ordered > .portfolio {
  order: 8;
}
.adchr-page-scope--ordered > .certification {
  order: 9;
}
.adchr-page-scope--ordered > .cta-form-v2 {
  order: 10;
  flex-shrink: 0;
}

/* ---------- Общая eyebrow-подпись перед заголовком секции ---------- */
.section-eyebrow {
  color: var(--color-primary-500);
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* ---------- О продукции ---------- */
.about-product.page-section {
  padding: 92px 0;
  background: #f5f6f7;
}
.about-product__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 991px) {
  .about-product__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
@media (max-width: 599px) {
  .about-product.page-section {
    padding: 64px 0;
  }
}
.about-product .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #e12f08;
  margin-bottom: 14px;
}
.about-product .section-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #e12f08;
  border-radius: 2px;
  flex-shrink: 0;
}
.about-product__title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.12;
  margin: 0 0 22px;
  color: #1c2126;
}
.about-product__text {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5058;
  margin: 0 0 18px;
  font-weight: 500;
}
.about-product__text--last {
  margin-bottom: 30px;
}
.about-product__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 0;
}
.about-product__spec {
  background: #fff;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}
.about-product__spec-value {
  color: #e12f08;
  font-weight: 800;
  font-size: 29px;
  line-height: 1.15;
}
.about-product__spec-label {
  color: #757c85;
  font-size: 13px;
  margin-top: 4px;
  font-weight: 600;
}
.about-product__schema {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 0;
}
.about-product__schema::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #eef0f2;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(20, 24, 28, 0.05) 0 14px,
    transparent 14px 28px
  );
}
.about-product__schema-label,
.about-product__schema-hint {
  position: relative;
  z-index: 1;
}
.about-product__schema-label {
  font-size: 13px;
  color: #868d95;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.about-product__schema-hint {
  font-size: 12px;
  color: #aeb4bb;
  font-weight: 500;
}
.about-product__schema:has(img)::before,
.about-product__schema:has(img) .about-product__schema-label,
.about-product__schema:has(img) .about-product__schema-hint {
  display: none;
}
.about-product__schema img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ---------- Качество / сертификаты (макет) ---------- */
.certification.certification-v2.page-section,
.certification.certification-v2.page-section--inset {
  padding: 72px 0;
  background: #fff;
}
.certification-v2__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 991px) {
  .certification-v2__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
@media (max-width: 599px) {
  .certification.certification-v2.page-section,
  .certification.certification-v2.page-section--inset {
    padding: 56px 0;
  }
}
.certification-v2 .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #e12f08;
  margin-bottom: 14px;
}
.certification-v2 .section-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #e12f08;
  border-radius: 2px;
  flex-shrink: 0;
}
.certification-v2__title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(26px, 2.8vw, 32px);
  line-height: 1.12;
  margin: 0 0 16px;
  color: #1c2126;
}
.certification-v2__text {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5058;
  margin: 0 0 26px;
  max-width: 480px;
  font-weight: 500;
}
.certification-v2__btn {
  display: inline-block;
  border: 1.5px solid #e12f08;
  color: #e12f08;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.certification-v2__btn:hover {
  background: #e12f08;
  color: #fff;
}
.certification-v2__scan {
  justify-self: end;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  line-height: 0;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .certification-v2__scan {
    justify-self: center;
    margin: 0 auto;
  }
}
.certification-v2__scan picture {
  display: block;
  width: max-content;
  max-width: 100%;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  background: transparent;
}
.certification-v2__scan-img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* ---------- Hero v2 (макет АДЧР) ---------- */
.hero-v2 {
  position: relative;
  background: linear-gradient(135deg, #20262d 0%, #12161b 100%);
  color: var(--color-white);
  overflow: hidden;
  padding: 40px 0 48px;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 992px) {
  .hero-v2 {
    padding: 56px 0 72px;
  }
}
/* Лендинг АДЧР (id=34): без фото-фона, как в макете */
.hero-v2--landing .hero-v2__bg {
  display: none;
}
.hero-v2--landing::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 47, 8, 0.22), transparent 62%);
  pointer-events: none;
  z-index: 0;
}
.hero-v2__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}
.hero-v2__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(22, 24, 28, 0.95) 0%,
    rgba(22, 24, 28, 0.75) 55%,
    rgba(22, 24, 28, 0.35) 100%
  );
}
.hero-v2__container {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  max-width: 1240px;
}
@media (min-width: 992px) {
  .hero-v2__container {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 32px;
  }
}
.hero-v2__content .breadcrumbs {
  margin-bottom: 16px;
  opacity: 0.8;
  flex-wrap: wrap;
  overflow: visible;
  width: auto;
  padding: 0;
}
.hero-v2__content .breadcrumbs,
.hero-v2__content .breadcrumbs a {
  color: #8b9199;
}
.hero-v2--landing .hero-v2__content .breadcrumbs,
.hero-v2--landing .hero-v2__content .breadcrumbs a {
  color: rgba(255, 255, 255, 0.55);
}
/* Mobile: drop pill chips from main.css — text links with / */
@media (max-width: 991.98px) {
  .hero-v2__content .breadcrumbs__item {
    margin: 0;
    display: inline-flex;
    padding: 0.125rem 0;
  }
  .hero-v2__content .breadcrumbs__item:first-child,
  .hero-v2__content .breadcrumbs__item:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-v2__content .breadcrumbs__item:after {
    content: "/";
    font-size: 1rem;
    padding: 0 0.25rem;
    color: inherit;
  }
  .hero-v2__content .breadcrumbs__item:last-child:after {
    content: none;
  }
  .hero-v2__content .breadcrumbs__link {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    line-height: inherit;
    color: inherit;
  }
  .hero-v2__content .breadcrumbs__link:focus,
  .hero-v2__content .breadcrumbs__link:hover,
  .hero-v2__content .breadcrumbs__link:active {
    background: transparent;
    border: 0;
    color: inherit;
    opacity: 0.85;
  }
  .hero-v2--landing .hero-v2__content .breadcrumbs__link,
  .hero-v2--landing .hero-v2__content .breadcrumbs__link:focus,
  .hero-v2--landing .hero-v2__content .breadcrumbs__link:hover,
  .hero-v2--landing .hero-v2__content .breadcrumbs__link:active {
    color: rgba(255, 255, 255, 0.55);
    background: transparent;
  }
}
.hero-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #e12f08;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
  line-height: 1.3;
}
.hero-v2__eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: #e12f08;
  border-radius: 2px;
  flex: none;
}
.hero-v2__eyebrow-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  padding: 0 6px;
  background: #e12f08;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}
.hero-v2 .hero-v2__title.page-heading,
.hero-v2 .hero-v2__title {
  color: #fff;
  font-size: clamp(26px, 4.2vw, 44px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin: 0 0 18px;
}
.hero-v2 .hero-v2__title span,
.hero-v2 .hero-v2__title-accent {
  color: #e12f08;
}
.hero-v2__text {
  color: #c3c9d0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 0 22px;
}
.hero-v2__text p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.hero-v2__content-bullets {
  margin-bottom: 28px;
}
.hero-v2__content-bullets ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-v2__content-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #dde1e6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
}
.hero-v2__content-bullets li::before {
  content: "✓";
  flex: none;
  color: #e12f08;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.5;
  width: auto;
  height: auto;
  margin-top: 0;
  border-radius: 0;
  background: none;
  -webkit-mask: none;
  mask: none;
}
.hero-v2__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.hero-v2__actions .ui-button {
  border-radius: 6px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  min-height: 48px;
  padding: 14px 28px;
  line-height: 1.2;
}
.hero-v2__actions .ui-button--primary {
  background: #e12f08;
  border-color: #e12f08;
  box-shadow: 0 10px 24px rgba(225, 47, 8, 0.28);
  font-weight: 700;
}
.hero-v2__actions .ui-button--primary:hover {
  background: #bf2807;
  border-color: #bf2807;
}
.hero-v2__actions .ui-button--outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
  font-weight: 600;
  padding: 13px 26px;
  min-height: 48px;
}
.hero-v2__actions .ui-button--outline-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
/* Фото hero: без цветного фона, двигатель крупный и ниже по вертикали */
.hero-v2__card {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  aspect-ratio: auto;
  min-height: 0;
  box-shadow: none;
  overflow: visible;
  align-self: end;
  margin-top: 48px;
}
.hero-v2__badge {
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 2;
  background: #e12f08;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 7px 12px;
  border-radius: 6px;
}
.hero-v2__img-wrap {
  border-radius: 0;
  overflow: visible;
  height: auto;
  background: transparent;
}
.hero-v2__img-wrap img {
  width: 148%;
  max-width: none;
  height: auto;
  margin-left: -18%;
  margin-top: 0;
  margin-bottom: -2%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  pointer-events: none;
}
@media (min-width: 992px) {
  .hero-v2__card {
    margin-top: 72px;
    padding-bottom: 8px;
  }
  .hero-v2__img-wrap img {
    width: 158%;
    margin-left: -22%;
    margin-top: 0;
  }
}
/* Mobile landing: motor as centered bg under first screen, 20% opacity */
@media (max-width: 991.98px) {
  .hero-v2--landing {
    isolation: isolate;
  }
  .hero-v2--landing .hero-v2__container {
    display: block;
  }
  .hero-v2--landing .hero-v2__content {
    position: relative;
    z-index: 1;
  }
  .hero-v2--landing .hero-v2__card {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: 0;
    padding: 0;
    align-self: stretch;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .hero-v2--landing .hero-v2__badge {
    display: none;
  }
  .hero-v2--landing .hero-v2__img-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .hero-v2--landing .hero-v2__img-wrap img {
    width: auto;
    max-width: 92%;
    height: auto;
    max-height: 78%;
    margin: 0;
    object-fit: contain;
    object-position: center;
    opacity: 0.2;
  }
}

/* ---------- Тег-плашка "Применяются во всех отраслях" (макет АДЧР) ---------- */
.using-v2 {
  background: #fff;
  color: #1c2126;
  border-bottom: 1px solid #eef0f2;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
}
.using-v2.page-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.using-v2__row {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .using-v2__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.using-v2__label {
  color: #e12f08;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
  flex: none;
}
.using-v2__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.using-v2__tag {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 11px 18px;
  border-radius: 24px;
  background: #f5f6f7;
  color: #3c4249;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background 0.15s ease;
}
.using-v2__tag:hover {
  background: #eef0f2;
  color: #3c4249;
}
/* В макете иконок нет */
.using-v2__tag img {
  display: none;
}
/* Safety: never show classic icon-cards inside ADCHR tags block */
.using-v2 .using-card__square,
.using-v2 .using-card__link-to,
.using-v2 .using-card__icon {
  display: none !important;
}
.using-v2 .col-12,
.using-v2 .col-t-4,
.using-v2 .col-d-3 {
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
  margin: 0;
}
.using-v2 a.using-card {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 11px 18px;
  border-radius: 24px;
  background: #f5f6f7;
  color: #3c4249;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}
.using-v2 a.using-card:hover {
  background: #eef0f2;
  color: #3c4249;
}
.using-v2 .using-card__caption {
  margin: 0;
  color: inherit;
  font: inherit;
}

.using-v2__text {
  color: var(--color-text-side);
  max-width: 70ch;
  margin-bottom: 24px;
}
.using-v2__specs {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-top: 24px;
}
.using-v2__spec {
  background: var(--color-bg-soft);
  border-radius: 12px;
  padding: 16px 20px;
}
.using-v2__spec-value {
  color: var(--color-primary-500);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.2;
}
.using-v2__spec-label {
  color: var(--color-text-side);
  font-size: 0.8125rem;
  margin-top: 4px;
}

/* ---------- Базовые модификации (чанк product_modifications) ---------- */
.product-modifications-v2.page-section {
  padding: 92px 0;
  background: #f5f6f7;
  scroll-margin-top: 100px;
}
.product-modifications-v2 .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #e12f08;
  margin-bottom: 14px;
}
.product-modifications-v2 .section-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #e12f08;
  border-radius: 2px;
  flex-shrink: 0;
}
.product-modifications-v2 .section-heading {
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.08;
  margin: 0;
  max-width: 640px;
  color: #1c2126;
  text-align: left;
}
.product-modifications-v2__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.product-modifications-v2__intro {
  max-width: 340px;
  font-size: 15px;
  line-height: 1.6;
  color: #757c85;
  margin: 0;
  font-weight: 500;
}
.product-modifications-v2__grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
  align-items: stretch;
}
@media (max-width: 991px) {
  .product-modifications-v2__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .product-modifications-v2__grid {
    grid-template-columns: 1fr;
  }
  .product-modifications-v2.page-section {
    padding: 64px 0;
  }
}
.pm-v2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.15s ease;
}
.pm-v2-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.pm-v2-card--featured {
  box-shadow: 0 14px 32px rgba(225, 47, 8, 0.14);
  outline: 2px solid #e12f08;
  outline-offset: -2px;
}
.pm-v2-card__media {
  position: relative;
  height: 154px;
  overflow: hidden;
  background-color: #fff;
  background-image: none;
  padding: 0;
  box-sizing: border-box;
}
.pm-v2-card__media-link {
  display: block;
  flex: 0 0 auto;
  height: auto;
  text-decoration: none;
  color: inherit;
}
.pm-v2-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
}
.pm-v2-card__badge {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  background: #e12f08;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 7px;
  letter-spacing: 0.03em;
  line-height: 1.1;
  pointer-events: none;
}
.pm-v2-card__tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: #e12f08;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 0;
  border-bottom-left-radius: 10px;
}
.pm-v2-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  justify-content: flex-start;
  align-items: stretch;
}
.pm-v2-card__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.25;
  margin: 0 0 8px;
  color: #1c2126;
}
.pm-v2-card__title-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.pm-v2-card__desc {
  color: #757c85;
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 500;
  margin-bottom: 18px;
  flex: 1;
}
.pm-v2-card__specs {
  margin: 0 0 18px;
  padding: 16px 0 0;
  border-top: 1px solid #eef0f2;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 13px;
  font-weight: 600;
}
.pm-v2-card__specs div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.pm-v2-card__specs span {
  color: #868d95;
}
.pm-v2-card__specs b {
  color: #3c4249;
  font-weight: 600;
}
.pm-v2-card__specs b.is-active {
  color: #e12f08;
}
.pm-v2-card__link {
  margin-top: auto;
  font-weight: 700;
  font-size: 14px;
  color: #e12f08;
  text-decoration: none;
}
.pm-v2-card__link:hover {
  text-decoration: underline;
}
.pm-v2-card--dark {
  background: linear-gradient(160deg, #20262d, #12161b);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.pm-v2-card--dark .pm-v2-card__media {
  background-color: #1a1e23;
  background-image: none;
  padding: 0;
}
.pm-v2-card--dark .pm-v2-card__media img {
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: transparent;
}
.pm-v2-card--dark .pm-v2-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 14px;
  color: #9aa1a9;
  font-size: 11px;
  font-weight: 600;
}
.pm-v2-card--dark .pm-v2-card__badge {
  font-size: 18px;
  padding: 7px 14px;
}
.pm-v2-card--dark .pm-v2-card__title {
  color: #fff;
}
.pm-v2-card--dark .pm-v2-card__desc {
  color: #a9b0b8;
  margin-bottom: 16px;
}
.pm-v2-card__sizes-label {
  color: #8b9199;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pm-v2-card__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.pm-v2-card__sizes span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e6e8eb;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 9px;
  border-radius: 6px;
}
.pm-v2-card__link--light {
  color: #e12f08;
}

/* ---------- Преимущества (чанк product_advantages) ---------- */
.product-advantages-v2.page-section {
  padding: 92px 0;
  background: #fff;
}
.product-advantages-v2 .section-heading {
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1.15;
  margin: 0 0 36px;
  color: #1c2126;
  text-align: left;
}
.advantages-v2__grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
}
@media (max-width: 991px) {
  .advantages-v2__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .product-advantages-v2.page-section {
    padding: 64px 0;
  }
  .advantages-v2__grid {
    grid-template-columns: 1fr;
  }
}
.advantages-v2-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-top: 4px solid #e12f08;
  background: #f5f6f7;
  border-radius: 14px;
}
.advantages-v2-card__num {
  color: #e12f08;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 14px;
}
.advantages-v2-card__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  color: #1c2126;
  margin: 0 0 10px;
}
.advantages-v2-card__desc {
  color: #757c85;
  font-size: 13.5px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
}

/* ---------- 6 причин (чанк causes) ---------- */
.causes.page-section {
  padding: 92px 0;
  background: #f5f6f7;
}
.causes .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #e12f08;
  margin-bottom: 14px;
}
.causes .section-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #e12f08;
  border-radius: 2px;
  flex-shrink: 0;
}
.causes .section-heading {
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.1;
  margin: 0 0 44px;
  color: #1c2126;
  text-align: left;
}
.causes-v2__grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
}
@media (max-width: 991px) {
  .causes-v2__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .causes.page-section {
    padding: 64px 0;
  }
  .causes-v2__grid {
    grid-template-columns: 1fr;
  }
}
.causes-v2-card {
  padding: 32px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.causes-v2-card__eyebrow {
  color: #e12f08;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.causes-v2-card__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  color: #1c2126;
  margin: 0 0 8px;
}
.causes-v2-card__desc {
  color: #757c85;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
}

/* ---------- Статистика (чанк stats_bar_v2) ---------- */
.stats-bar-v2 {
  background: #e12f08;
  color: #fff;
  padding: 60px 0;
}
.stats-bar-v2__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
@media (min-width: 768px) {
  .stats-bar-v2__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stats-bar-v2__value {
  font-weight: 800;
  font-size: 46px;
  line-height: 1;
  color: #fff;
}
.stats-bar-v2__label {
  font-size: 14px;
  color: #ffd2cf;
  margin-top: 8px;
  font-weight: 600;
  opacity: 1;
}

/* ---------- Финальная форма заявки (чанк cta_form_v2) ---------- */
.cta-form-v2.page-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #20262d 0%, #12161b 100%);
  color: #fff;
  /* снизу больше воздуха — форма целиком над футером, как в макете */
  padding: 88px 0 96px;
  margin-bottom: 0;
}
.cta-form-v2__glow {
  position: absolute;
  top: auto;
  bottom: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(225, 47, 8, 0.22), transparent 62%);
  border-radius: 50%;
  pointer-events: none;
}
.cta-form-v2 .container {
  position: relative;
  z-index: 1;
}
.cta-form-v2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cta-form-v2.page-section {
    padding: 64px 0 72px;
  }
  .cta-form-v2__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.cta-form-v2 .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #e12f08;
  margin-bottom: 14px;
}
.cta-form-v2 .section-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #e12f08;
  border-radius: 2px;
  flex-shrink: 0;
}
.cta-form-v2__title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.12;
  margin: 0 0 18px;
  color: #fff;
}
.cta-form-v2__text {
  font-size: 16px;
  line-height: 1.6;
  color: #c3c9d0;
  margin: 0 0 30px;
  font-weight: 500;
}
.cta-form-v2__contacts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cta-form-v2__contact {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}
.cta-form-v2__contact--muted {
  color: #c3c9d0;
}
.cta-form-v2__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #e12f08;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 16px;
}
.cta-form-v2__icon .icon,
.cta-form-v2__icon .icon:before {
  color: #fff !important;
}
.cta-form-v2__contact-text {
  font-size: 17px;
  font-weight: 700;
  color: inherit;
}
.cta-form-v2__contact--muted .cta-form-v2__contact-text {
  font-size: 15px;
  font-weight: 500;
}
.cta-form-v2__panel {
  background: #fff;
  color: #1c2126;
  border-radius: 16px;
  padding: 34px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
}
.cta-form-v2__panel-title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 21px;
  margin: 0 0 20px;
  color: #1c2126;
}
.cta-form-v2__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cta-form-v2__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 575px) {
  .cta-form-v2__row {
    grid-template-columns: 1fr;
  }
}
.cta-form-v2__messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
  margin: 0 !important;
}
.cta-form-v2__messengers .col-auto {
  width: auto;
  padding: 0;
  flex: 0 0 auto;
}
.cta-form-v2__messengers .ui-form-control {
  margin: 0;
}
.cta-form-v2__panel .ui-textfield-input {
  border: 1.5px solid #dde0e4;
  border-radius: 9px;
  padding: 14px 16px;
  font-size: 15px;
  min-height: 0;
}
.cta-form-v2__panel textarea.ui-textfield-input {
  min-height: 96px;
  resize: vertical;
}
.cta-form-v2__upload .ui-dropzone {
  border: 1.5px dashed #c5cad1;
  border-radius: 9px;
  background: #f7f8f9;
  color: #4a5058;
  font-weight: 600;
  font-size: 14px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
}
.cta-form-v2__upload .ui-dropzone:hover,
.cta-form-v2__upload .ui-dropzone.ui-dropzone--highlighted {
  border-color: #e12f08;
  color: #e12f08;
}
.cta-form-v2__upload .dropzone-container {
  margin-top: 10px;
}
.cta-form-v2__panel .ui-checkbox__text,
.cta-form-v2__panel .ui-checkbox {
  font-size: 13px;
  color: #757c85;
  font-weight: 500;
  line-height: 1.4;
}
.cta-form-v2__submit.ui-button--primary,
.cta-form-v2__panel .ui-button--primary {
  border-radius: 9px;
  background: #e8a098;
  border-color: #e8a098;
  min-height: 52px;
  font-weight: 700;
  margin-top: 4px;
}
.cta-form-v2__submit.ui-button--primary:hover,
.cta-form-v2__panel .ui-button--primary:hover {
  background: #e12f08;
  border-color: #e12f08;
}

/* ---------- Портфолио / реализованные проекты ---------- */
.portfolio-v2.page-section {
  padding: 92px 0;
  background: #fff;
}
.portfolio-v2__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.portfolio-v2 .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #e12f08;
  margin-bottom: 14px;
}
.portfolio-v2 .section-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #e12f08;
  border-radius: 2px;
  flex-shrink: 0;
}
.portfolio-v2__title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.12;
  margin: 0;
  color: #1c2126;
}
.portfolio-v2__all {
  font-weight: 700;
  font-size: 14px;
  color: #e12f08;
  text-decoration: none;
  white-space: nowrap;
}
.portfolio-v2__all:hover {
  text-decoration: underline;
}
.portfolio-v2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 991px) {
  .portfolio-v2__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .portfolio-v2.page-section {
    padding: 64px 0;
  }
  .portfolio-v2__grid {
    grid-template-columns: 1fr;
  }
}
.portfolio-v2-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border: 1px solid #eef0f2;
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.portfolio-v2-card:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.portfolio-v2-card__media {
  position: relative;
  height: 184px;
  overflow: hidden;
  background-color: #eef0f2;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(20, 24, 28, 0.05) 0 13px,
    transparent 13px 26px
  );
}
.portfolio-v2-card__media img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.portfolio-v2-card__media-caption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 0;
  font-size: 11px;
  color: #868d95;
  font-weight: 600;
}
.portfolio-v2-card__media:has(img) .portfolio-v2-card__media-caption {
  display: none;
}
.portfolio-v2-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.portfolio-v2-card__category {
  font-size: 12px;
  color: #e12f08;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.portfolio-v2-card__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  color: #1c2126;
  margin: 0;
}

/* ---------- Футер v2 (макет) ---------- */
body:has(.adchr-page-scope--ordered) main {
  background: #12161b;
}
.footer.footer-v2 {
  background: #16191d;
  color: #8b9199;
  padding: 56px 0 32px;
  margin: 0;
  position: relative;
  z-index: auto;
  /* жёсткий ровный стык сразу после блока заявки */
  border-top: none;
}
.footer.footer-v2 .footer__scroll-up {
  display: none;
}
.footer-v2__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
@media (max-width: 991px) {
  .footer-v2__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .footer.footer-v2 {
    padding: 48px 0 28px;
  }
  .footer-v2__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer-v2__logo {
  display: inline-block;
  margin-bottom: 16px;
}
.footer-v2__logo img {
  display: block;
  height: 38px;
  width: auto;
  filter: brightness(0) invert(1);
}
.footer-v2__about {
  font-size: 13px;
  line-height: 1.6;
  max-width: 300px;
  margin: 0;
  font-weight: 500;
  color: #8b9199;
}
.footer-v2__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e12f08;
  margin-bottom: 16px;
}
.footer-v2__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}
.footer-v2__nav a {
  color: #c7ccd1;
  text-decoration: none;
}
.footer-v2__nav a:hover {
  color: #fff;
}
.footer-v2__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #c7ccd1;
}
.footer-v2__contacts a {
  color: #c7ccd1;
  text-decoration: none;
}
.footer-v2__contacts a:hover {
  color: #fff;
}
.footer-v2__phone {
  color: #e12f08 !important;
  font-weight: 700;
}
.footer-v2__schedule {
  color: #63696f;
}
.footer-v2__copy {
  padding-top: 24px;
  font-size: 12px;
  color: #63696f;
}
