#printable-quote {
    display: block !important; position: fixed !important; left: -12000px !important; top: 0 !important;
    width: 794px !important; padding: 0 !important; margin: 0 !important; box-sizing: border-box !important;
    background: #fff !important; color: #0f172a !important; z-index: -1 !important;
    font-family: Inter, "Noto Sans Georgian", system-ui, sans-serif !important;
  }
  .print-invoice { position: relative; width: 722px; padding: 36px 36px 20px; margin: 0; box-sizing: content-box; background: #fff; }
  .print-invoice > *:not(.print-watermarks) { position: relative; z-index: 1; }
  .print-watermarks { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
  .print-watermarks img { position: absolute; width: 88px; height: auto; opacity: .06; transform: rotate(-28deg); filter: grayscale(1); }
  .print-header {
    display: flex; justify-content: space-between; align-items: flex-start; gap: 16px;
    border-bottom: 2px solid #0f172a; padding-bottom: 14px; margin-bottom: 14px;
  }
  .print-header h1 { margin: 0 0 4px; font-size: 22px; font-weight: 800; letter-spacing: -0.02em; color: #0f172a; }
  .print-header .print-doc-type { margin: 0; font-size: 12px; color: #475569; }
  .print-header-meta { text-align: right; font-size: 12px; color: #334155; line-height: 1.5; }
  .print-header-meta strong { display: block; font-size: 13px; color: #0f172a; }
  .print-parties {
    display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
    margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid #e2e8f0;
  }
  .print-parties h4 {
    margin: 0 0 8px; font-size: 10px; font-weight: 700; letter-spacing: 0.08em;
    text-transform: uppercase; color: #64748b;
  }
  .print-parties p { margin: 2px 0; font-size: 12.5px; color: #0f172a; line-height: 1.45; }
  .print-facts {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    border: 1px solid #e2e8f0; border-radius: 6px; overflow: hidden; margin-bottom: 16px;
  }
  .print-fact {
    display: grid; grid-template-columns: 92px 1fr; gap: 8px;
    padding: 9px 12px; border-bottom: 1px solid #f1f5f9; border-right: 1px solid #f1f5f9;
    font-size: 12px;
  }
  .print-fact:nth-child(2n) { border-right: none; }
  .print-fact:nth-last-child(-n+2) { border-bottom: none; }
  .print-fact span { color: #64748b; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding-top: 2px; }
  .print-fact strong { color: #0f172a; font-weight: 600; line-height: 1.35; }
  .print-section-title {
    margin: 14px 0 6px; padding: 2px 0 7px; border-bottom: 1px solid #0f172a;
    font-size: 12px; font-weight: 700; line-height: 1.7; letter-spacing: 0; color: #0f172a;
  }
  .print-row {
    display: grid; grid-template-columns: minmax(0, 1fr) 48px 86px 92px; gap: 10px; align-items: baseline;
    padding: 6px 0; border-bottom: 1px solid #f1f5f9; font-size: 12.5px;
  }
  .print-row__label { font-weight: 600; color: #0f172a; }
  .print-row__sub { display:block; color: #64748b; font-size: 10.5px; font-weight: 500; margin-top:2px; }
  .print-row__qty, .print-row__unit { color: #475569; font-size: 11px; text-align: right; }
  .print-row__price { font-weight: 700; color: #0f172a; font-variant-numeric: tabular-nums; text-align: right; min-width: 72px; }
  .print-total-block {
    margin-top: 16px; padding-top: 12px; border-top: 2px solid #0f172a;
    display: flex; justify-content: space-between; align-items: flex-end; gap: 16px;
    break-inside: avoid; page-break-inside: avoid;
  }
  .print-total-block .print-total-label { font-size: 13px; font-weight: 700; color: #0f172a; }
  .print-total-block .print-total-note { display: block; margin-top: 4px; font-size: 10.5px; color: #64748b; font-weight: 500; }
  .print-total-val { font-size: 24px; font-weight: 800; color: #0f172a; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
  .print-engineering-notice {
    margin-top: 18px; padding: 18px; border: 1px solid #f59e0b; border-radius: 12px;
    background: #fffbeb; color: #78350f;
  }
  .print-engineering-notice strong { display: block; margin-bottom: 7px; font-size: 15px; }
  .print-engineering-notice p { margin: 0 0 8px; font-size: 11px; line-height: 1.55; }
  .print-engineering-notice span { font-size: 11px; font-weight: 700; }
  .print-footer-note {
    margin-top: 12px; padding-top: 8px; border-top: 1px dashed #cbd5e1;
    font-size: 10.5px; color: #64748b; text-align: center; line-height: 1.55;
  }
