/* Карточка товара — модификация электродвигателя АДЧР (макет) */

.adchr-page-scope .mod-hero {
  padding: 0 0 56px;
  margin-bottom: 0;
  background: #fff;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
}
.adchr-page-scope .mod-hero__crumbs {
  background: #f5f6f7;
  padding: 14px 0;
  margin-bottom: 44px;
}
.adchr-page-scope .mod-hero__breadcrumbs {
  color: #868d95;
  margin: 0;
  font-size: 13px;
}
.adchr-page-scope .mod-hero__breadcrumbs a {
  color: #868d95;
  text-decoration: none;
}
.adchr-page-scope .mod-hero__breadcrumbs a:hover {
  color: #1c2126;
}
/* gallery: квадрат 1:1, пропорции фото не меняем */
.adchr-page-scope .mod-hero__grid {
  display: grid;
  gap: 52px;
  align-items: start;
}
@media (min-width: 992px) {
  .adchr-page-scope .mod-hero__grid {
    grid-template-columns: 0.95fr 1.05fr;
  }
}
.adchr-page-scope .mod-hero__gallery {
  position: relative;
  min-width: 0;
}
.adchr-page-scope .mod-hero__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 14px;
}
.adchr-page-scope .mod-hero__img-wrap img,
.adchr-page-scope .mod-hero__img-wrap [data-mod-gallery-image] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
  /* Photos already have large white padding — crop ~20% each side */
  transform: scale(1.25);
}
.adchr-page-scope .mod-hero__gallery:has(.mod-hero__thumbs) .mod-hero__img-wrap {
  margin-bottom: 14px;
}
.adchr-page-scope .mod-hero__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: #e12f08;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 13px;
  border-radius: 6px;
  line-height: 1.2;
}
.adchr-page-scope .mod-hero__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #868d95;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(20, 24, 28, 0.05) 0 15px,
    transparent 15px 30px
  );
}
.adchr-page-scope .mod-hero__img-placeholder-mark {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #e12f08;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 34px;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 14px 30px rgba(225, 47, 8, 0.3);
}

.adchr-page-scope .mod-hero__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.adchr-page-scope .mod-hero__thumb {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #eef0f2;
  padding: 0;
  cursor: pointer;
  display: block;
}
.adchr-page-scope .mod-hero__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #fff;
}
.adchr-page-scope .mod-hero__thumb.is-active {
  border-color: #e12f08;
}
.adchr-page-scope .mod-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #e12f08;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.adchr-page-scope .mod-hero__eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #e12f08;
  border-radius: 2px;
  flex-shrink: 0;
}
.adchr-page-scope .mod-hero__title {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  color: #1c2126;
  margin: 0 0 12px;
}
.adchr-page-scope .mod-hero__intro {
  color: #4a5058;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 24px;
  max-width: 520px;
}
.adchr-page-scope .mod-hero__specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 26px;
  max-width: 520px;
}
.adchr-page-scope .mod-hero__spec {
  background: #f5f6f7;
  border-radius: 11px;
  padding: 16px 18px;
}
.adchr-page-scope .mod-hero__spec-value {
  color: #e12f08;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.15;
}
.adchr-page-scope .mod-hero__spec-label {
  color: #757c85;
  font-size: 12.5px;
  font-weight: 600;
  margin-top: 3px;
}
.adchr-page-scope .mod-hero__price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  border-top: 1px solid #eef0f2;
  border-bottom: 1px solid #eef0f2;
  padding: 18px 0;
  margin-bottom: 22px;
}
.adchr-page-scope .mod-hero__price-label {
  color: #868d95;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.adchr-page-scope .mod-hero__price-value {
  font-size: 26px;
  font-weight: 800;
  color: #1c2126;
  line-height: 1.15;
}
.adchr-page-scope .mod-hero__price-note {
  color: #757c85;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
  max-width: 300px;
}
.adchr-page-scope .mod-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.adchr-page-scope a.mod-hero__btn-primary,
.adchr-page-scope .mod-hero__btn-primary {
  background: #e12f08;
  color: #fff;
  border: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  padding: 17px 34px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(225, 47, 8, 0.28);
  transition: background 0.15s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.adchr-page-scope .mod-hero__btn-primary:hover {
  background: #c42806;
}
.adchr-page-scope .mod-hero__btn-secondary {
  border: 1.5px solid #d6dade;
  color: #1c2126;
  background: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 26px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.adchr-page-scope .mod-hero__btn-secondary:hover {
  border-color: #1c2126;
  color: #1c2126;
}
.adchr-page-scope .mod-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 13px;
  font-weight: 600;
  color: #3c4249;
}
.adchr-page-scope .mod-hero__checks span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.adchr-page-scope .mod-hero__checks i {
  color: #2aa66a;
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 991.98px) {
  .adchr-page-scope .mod-hero {
    padding-bottom: 40px;
  }
  .adchr-page-scope .mod-hero__crumbs {
    margin-bottom: 28px;
  }
  .adchr-page-scope .mod-hero__grid {
    gap: 28px;
  }
  .adchr-page-scope .mod-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .adchr-page-scope .mod-hero__btn-primary,
  .adchr-page-scope .mod-hero__btn-secondary {
    width: 100%;
    text-align: center;
  }
}

/* Технические характеристики (макет) */
.adchr-page-scope .mod-specs-table.page-section {
  padding: 64px 0;
  background: #fff;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
}
.adchr-page-scope .mod-specs-table__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;
}
.adchr-page-scope .mod-specs-table__eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #e12f08;
  border-radius: 2px;
  flex-shrink: 0;
}
.adchr-page-scope .mod-specs-table__title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 30px;
  color: #1c2126;
}
.adchr-page-scope .mod-specs-table__grid {
  display: grid;
  gap: 0 56px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .adchr-page-scope .mod-specs-table__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.adchr-page-scope .mod-specs-table__col > .mod-specs-table__row:first-child {
  border-top: 1px solid #eef0f2;
}
.adchr-page-scope .mod-specs-table__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #eef0f2;
  font-size: 14.5px;
}
.adchr-page-scope .mod-specs-table__row span {
  color: #757c85;
  font-weight: 500;
}
.adchr-page-scope .mod-specs-table__row b {
  font-weight: 700;
  color: #1c2126;
  text-align: right;
}
@media (max-width: 767.98px) {
  .adchr-page-scope .mod-specs-table__title {
    font-size: 26px;
  }
  .adchr-page-scope .mod-specs-table.page-section {
    padding: 48px 0;
  }
}

/* Описание (legacy, если осталось отдельно) */
.mod-description__text {
  border-left: 3px solid var(--color-primary-500);
  padding-left: 20px;
  color: var(--color-text-side);
  font-size: 15px;
  line-height: 1.7;
}
.mod-description__text p {
  margin: 0 0 16px;
}
.mod-description__text p:last-child {
  margin-bottom: 0;
}
.mod-description__text strong {
  color: rgb(28, 33, 38);
}

/* Что входит в базовое исполнение — макет карточки */
.adchr-page-scope .product-advantages-v2--mod.page-section {
  padding: 64px 0;
  margin-bottom: 0;
  background: #f5f6f7;
}
.adchr-page-scope .product-advantages-v2--mod .section-heading {
  text-align: center;
  margin: 0 0 34px;
  font-size: 30px;
}
.adchr-page-scope .product-advantages-v2--mod .advantages-v2-card {
  background: #fff;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
}
.adchr-page-scope .product-advantages-v2--mod .advantages-v2__desc {
  display: grid;
  grid-template-columns: 2px 1fr;
  gap: 26px;
  align-items: stretch;
  margin-top: 36px;
}
.adchr-page-scope .product-advantages-v2--mod .advantages-v2__desc-bar {
  background: #e12f08;
  border-radius: 2px;
  min-height: 100%;
}
.adchr-page-scope .product-advantages-v2--mod .advantages-v2__desc-text {
  max-width: 900px;
  font-size: 15.5px;
  line-height: 1.75;
  color: #4a5058;
  font-weight: 500;
}
.adchr-page-scope .product-advantages-v2--mod .advantages-v2__desc-text p {
  margin: 0 0 16px;
}
.adchr-page-scope .product-advantages-v2--mod .advantages-v2__desc-text p:last-child {
  margin-bottom: 0;
}
.adchr-page-scope .product-advantages-v2--mod .advantages-v2__desc-text strong {
  color: #1c2126;
  font-weight: 700;
}
@media (max-width: 599px) {
  .adchr-page-scope .product-advantages-v2--mod.page-section {
    padding: 48px 0;
  }
  .adchr-page-scope .product-advantages-v2--mod .section-heading {
    font-size: 24px;
  }
  .adchr-page-scope .product-advantages-v2--mod .advantages-v2__desc {
    gap: 16px;
    margin-top: 28px;
  }
}

/* Другие модификации — макет карточки */
.adchr-page-scope .mod-others.page-section {
  padding: 64px 0;
  margin-bottom: 0;
  background: #fff;
}
.adchr-page-scope .mod-others__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.adchr-page-scope .mod-others__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;
}
.adchr-page-scope .mod-others__eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #e12f08;
  border-radius: 2px;
  flex-shrink: 0;
}
.adchr-page-scope .mod-others__title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.15;
  margin: 0;
  color: #1c2126;
}
.adchr-page-scope .mod-others__all {
  color: #e12f08;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.adchr-page-scope .mod-others__all:hover {
  color: #c42807;
}
.adchr-page-scope .mod-others__grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
}
.adchr-page-scope .mod-others-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e8eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.adchr-page-scope .mod-others-card:hover {
  border-color: #e6e8eb;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.adchr-page-scope .mod-others-card__media {
  position: relative;
  height: 150px;
  aspect-ratio: auto;
  background: #eef0f2;
  padding: 0;
  overflow: hidden;
}
.adchr-page-scope .mod-others-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  display: block;
}
.adchr-page-scope .mod-others-card__badge {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  background: #e12f08;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 6px 13px;
  border-radius: 7px;
  letter-spacing: 0.03em;
}
.adchr-page-scope .mod-others-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #868d95;
  font-size: 11px;
  font-weight: 600;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(20, 24, 28, 0.05) 0 13px,
    transparent 13px 26px
  );
}
.adchr-page-scope .mod-others-card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.adchr-page-scope .mod-others-card__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
  color: #1c2126;
  margin: 0 0 8px;
}
.adchr-page-scope .mod-others-card__desc {
  color: #757c85;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
  margin: 0 0 18px;
  flex: 1;
}
.adchr-page-scope .mod-others-card__link {
  color: #e12f08;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .adchr-page-scope .mod-others__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .adchr-page-scope .mod-others__title {
    font-size: 26px;
  }
}
@media (max-width: 599px) {
  .adchr-page-scope .mod-others.page-section {
    padding: 48px 0;
  }
  .adchr-page-scope .mod-others__grid {
    grid-template-columns: 1fr;
  }
}

/* fallback outside scope */
.mod-others__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.mod-others__all {
  color: var(--color-primary-500);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.mod-others__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  margin-top: 24px;
}
.mod-others-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-border-side);
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-white);
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
.mod-others-card:hover {
  border-color: var(--color-primary-300);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.mod-others-card__media {
  position: relative;
  aspect-ratio: 4/3;
  background: rgb(245, 246, 247);
}
.mod-others-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-others-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-primary-500);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 6px 13px;
  border-radius: 7px;
  letter-spacing: 0.03em;
}
.mod-others-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-side);
  font-size: 13px;
}
.mod-others-card__body {
  padding: 16px 18px 18px;
}
.mod-others-card__title {
  font-weight: 700;
  margin-bottom: 6px;
}
.mod-others-card__desc {
  color: var(--color-text-side);
  font-size: 13.5px;
  margin-bottom: 12px;
}
.mod-others-card__link {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-primary-500);
}

/* FAQ — макет карточки */
.adchr-page-scope .mod-faq.page-section {
  padding: 64px 0;
  margin-bottom: 0;
  background: #f5f6f7;
}
.adchr-page-scope .mod-faq .container {
  max-width: 900px;
}
.adchr-page-scope .mod-faq__header {
  text-align: center;
  margin-bottom: 36px;
}
.adchr-page-scope .mod-faq__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;
}
.adchr-page-scope .mod-faq__eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #e12f08;
  border-radius: 2px;
  flex-shrink: 0;
}
.adchr-page-scope .mod-faq__title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.15;
  margin: 0;
  color: #1c2126;
}
.adchr-page-scope .mod-faq__list {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.adchr-page-scope .mod-faq__item {
  background: #fff;
  border: 1px solid #e6e8eb;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}
.adchr-page-scope .mod-faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #1c2126;
  line-height: 1.35;
}
.adchr-page-scope .mod-faq__icon {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0f1f3;
  color: #868d95;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.adchr-page-scope .mod-faq__item.is-open .mod-faq__icon {
  background: #e12f08;
  color: #fff;
  transform: rotate(45deg);
}
.adchr-page-scope .mod-faq__answer {
  display: none;
  padding: 0 24px 22px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #4a5058;
  font-weight: 500;
}
.adchr-page-scope .mod-faq__answer p {
  margin: 0;
}
.adchr-page-scope .mod-faq__item.is-open .mod-faq__answer {
  display: block;
}
@media (max-width: 599px) {
  .adchr-page-scope .mod-faq.page-section {
    padding: 48px 0;
  }
  .adchr-page-scope .mod-faq__title {
    font-size: 24px;
  }
  .adchr-page-scope .mod-faq__question {
    padding: 16px 18px;
    font-size: 15px;
  }
  .adchr-page-scope .mod-faq__answer {
    padding: 0 18px 18px;
  }
}

/* FAQ fallback */
.mod-faq__list {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}
.mod-faq__item {
  background: var(--color-white);
  border-radius: 12px;
  padding: 4px 20px;
}
.mod-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  color: rgb(28, 33, 38);
  padding: 16px 0;
  cursor: pointer;
}
.mod-faq__icon {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgb(245, 246, 247);
  color: rgb(28, 33, 38);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: transform 0.15s ease;
}
.mod-faq__item.is-open .mod-faq__icon {
  background: var(--color-primary-500);
  color: #fff;
  transform: rotate(45deg);
}
.mod-faq__answer {
  display: none;
  color: var(--color-text-side);
  font-size: 14.5px;
  line-height: 1.6;
  padding-bottom: 18px;
}
.mod-faq__item.is-open .mod-faq__answer {
  display: block;
}
