/*
  ═══════════════════════════════════════════════════════════════════════════════
  PRINT PAGE — Tablet 834-1439px Fluid
  Figma 140:7922 Печать и полиграфия. clamp(min, calc(X * 100vw / 834), max)
  ═══════════════════════════════════════════════════════════════════════════════
*/
@media (min-width: 834px) and (max-width: 1439px) {
  .app { background: #000000 !important; }
  .app__main { padding: 0 !important; }

  .demo-print {
    width: min(100%, clamp(834px, 92vw, 1160px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #000000 !important;
    overflow-x: hidden !important;
  }

  /* Hero — hero-with-figure (css_v2), overrides для print tablet */
  .demo-print .hero-with-figure {
    min-height: 485px !important;
    display: flex !important;
    align-items: center !important;
  }
  /* overlay — градиент из hero-with-figure.css; для print — позиция сверху (Figma Frame 427321549) */
  .demo-print .hero-with-figure__overlay {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 4.38%,
      rgba(0, 0, 0, 0.525) 52.95%,
      rgba(0, 0, 0, 0.05) 70.42%
    ) !important;
  }
  .demo-print .hero-with-figure__bg-img--mobile {
    display: none !important;
  }
  .demo-print .hero-with-figure__bg-img--desktop {
    display: block !important;
  }
  /* Figma Frame 427321799: left 32px, gap 36px между блоками, title-subtitle gap 18px */
  .demo-print .hero-with-figure__content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    position: absolute !important;
    left: 32px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: clamp(462px, calc(462 * 100vw / 834), 767px) !important;
    max-width: calc(100% - 64px) !important;
    padding: 0 !important;
  }
  .demo-print .hero-with-figure__title {
    margin: 0 0 18px !important;
    font-size: clamp(32px, calc(32 * 100vw / 834), 55px) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.48px !important;
  }
  .demo-print .hero-with-figure__subtitle {
    margin: 0 0 36px !important;
    font-size: clamp(16px, calc(16 * 100vw / 834), 28px) !important;
    line-height: 1.5 !important;
    color: #c4c4c4 !important;
    max-width: clamp(337px, calc(337 * 100vw / 834), 582px) !important;
  }
  .demo-print .hero-with-figure__actions {
    gap: 8px !important;
  }
  .demo-print .hero-with-figure__image-wrap {
    display: none !important;
  }
  /* glow за текстом — image-wrap скрыт, используем ::after */
  .demo-print .hero-with-figure::after {
    content: "" !important;
    position: absolute !important;
    left: 55% !important;
    right: 5% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 45% !important;
    height: 70% !important;
    background: rgba(255, 123, 0, 0.4) !important;
    filter: blur(100px) !important;
    border-radius: 100px !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }
  .demo-print .hero-with-figure__title-mobile {
    display: none !important;
  }
  .demo-print .hero-with-figure__title-desktop {
    display: block !important;
  }

  /* System — css_v2/content-media-rows.css */

  /* Solutions — css_v2/components/feature-grid.css */
  .demo-print-solutions__content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: clamp(12px, calc(16 * 100vw / 834), 28px) !important;
  }
  .demo-print-solutions__h3 {
    font-size: clamp(18px, calc(22 * 100vw / 834), 32px) !important;
    font-weight: 700 !important;
    line-height: 130% !important;
    letter-spacing: -0.03em !important;
    color: #ffffff !important;
  }
  .demo-print-solutions__p {
    font-size: clamp(15px, calc(18 * 100vw / 834), 28px) !important;
    font-weight: 400 !important;
    line-height: 130% !important;
    letter-spacing: -0.03em !important;
    color: #C4C4C4 !important;
  }

  /* How 140:7955/140:7956 — fluid */
  .demo-print-how {
    width: 100% !important;
    margin: 0 auto !important;
    padding: clamp(44px, calc(44 * 100vw / 834), 76px) clamp(32px, calc(32 * 100vw / 834), 55px) !important;
    box-sizing: border-box !important;
    background: #000000 !important;
  }
  .demo-print-how__title {
    width: 100% !important;
    max-width: min(100%, clamp(770px, calc(770 * 100vw / 834), 1330px)) !important;
    margin: 0 auto clamp(42px, calc(42 * 100vw / 834), 72px) 0 !important;
    font-size: clamp(28px, calc(32 * 100vw / 834), 48px) !important;
    font-weight: 600 !important;
    line-height: 130% !important;
    letter-spacing: 0.48px !important;
    color: #ffffff !important;
  }
  .demo-print-how__grid {
    width: 100% !important;
    max-width: min(100%, clamp(770px, calc(770 * 100vw / 834), 1330px)) !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: clamp(12px, calc(12 * 100vw / 834), 21px) !important;
  }
  .demo-print-how__card {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .demo-print-how__ring {
    width: clamp(70px, calc(94 * 100vw / 834), 94px) !important;
    height: clamp(70px, calc(94 * 100vw / 834), 94px) !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #19161c !important;
    border: 3px solid #ff7b00 !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
    margin: 0 0 clamp(12px, calc(17 * 100vw / 834), 29px) 0 !important;
  }
  .demo-print-how__icon {
    width: clamp(32px, calc(42 * 100vw / 834), 42px) !important;
    height: clamp(32px, calc(42 * 100vw / 834), 42px) !important;
    object-fit: contain !important;
  }
  .demo-print-how__h3 {
    margin: 0 0 clamp(12px, calc(16 * 100vw / 834), 28px) 0 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: clamp(16px, calc(18 * 100vw / 834), 24px) !important;
    line-height: 130% !important;
    letter-spacing: -0.03em !important;
    color: #ffffff !important;
  }
  .demo-print-how__p {
    margin: 0 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: clamp(13px, calc(14 * 100vw / 834), 24px) !important;
    line-height: 130% !important;
    letter-spacing: -0.03em !important;
    color: #c9cad6 !important;
  }

  /* Contact — cta-form как Telegram (834 идентично) */
}
