/* Production — Tablet 834-1439: масштабирование, центрирование */
@media (min-width: 834px) and (max-width: 1439px) {
  .demo-prod {
    width: min(100%, clamp(834px, 92vw, 1440px)) !important;
    margin: 0 auto !important;
    background: #000000 !important;
    overflow-x: hidden !important;
  }

  /* Benefits «Как мы создаем результат» — как Design, те же паттерны: контейнер 770→1088 */
  .demo-prod .benefits .container {
    max-width: min(100%, clamp(770px, calc(770 * 100vw / 834), 1088px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 clamp(24px, 2.8vw, 48px) !important;
  }

  .demo-prod .benefits__title {
    margin: 0 0 42px !important;
    font-size: clamp(32px, 3vw, 36px) !important;
  }

  .demo-prod .benefits__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 32px !important;
  }

  .demo-prod .benefit-card__ring {
    width: 94px !important;
    height: 94px !important;
  }

  .demo-prod .benefit-card__icon {
    width: 50px !important;
    height: 50px !important;
  }

  .demo-prod .benefit-card__title {
    font-size: 18px !important;
  }

  .demo-prod .benefit-card__text {
    font-size: 16px !important;
  }

  .demo-prod .hero-with-figure {
    min-height: 485px !important;
    display: flex !important;
    align-items: center !important;
  }
  .demo-prod .hero-with-figure__bg-img--mobile {
    display: none !important;
  }
  .demo-prod .hero-with-figure__bg-img--desktop {
    display: block !important;
  }
  .demo-prod .hero-with-figure__content {
    position: absolute !important;
    left: 32px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 462px !important;
    max-width: calc(100% - 64px) !important;
    padding: 0 !important;
    gap: 18px !important;
  }
  .demo-prod .hero-with-figure__content .hero-with-figure__actions {
    margin-top: 18px !important;
  }
  .demo-prod .hero-with-figure__title {
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.48px !important;
    margin: 0 !important;
  }
  .demo-prod .hero-with-figure__subtitle {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #c4c4c4 !important;
    margin: 0 !important;
    max-width: 439px !important;
  }
  .demo-prod .hero-with-figure__actions {
    gap: 8px !important;
    flex-shrink: 0 !important;
  }
  .demo-prod .hero-with-figure__actions .button--primary {
    width: 196px !important;
    height: 56px !important;
    padding: 16px 32px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
    background: #14f195 !important;
    color: #000000 !important;
    border-radius: 64px !important;
  }
  .demo-prod .hero-with-figure__actions .button--outline {
    width: 164px !important;
    height: 52px !important;
    padding: 16px 32px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: 1px solid #ffffff !important;
    border-radius: 64px !important;
    color: #ffffff !important;
  }
}
