/* ============================================
   TEZ-LEAD.UZ - Performance Optimization CSS
      FCP target: 2.2s | LCP target: 5s
         ============================================ */
         
         /* 1. Logotip rasmlari - o'lchamni cheklash (LCP yaxshilash) */
         /* Hozir 922x441px rasm 209x100px da ko'rsatilmoqda - katta isrof */
         .t1003__item-txt img {
               max-width: 209px !important;
                 max-height: 100px !important;
                   width: auto !important;
                     height: auto !important;
                       object-fit: contain;
                       }
                       
                       /* 2. Sliding mijozlar blokidagi rasmlar */
                       .t-slider img,
                       .t-slds__img img {
                             max-width: 100%;
                               height: auto;
                                 object-fit: contain;
                                 }
                                 
                                 /* 3. Viewport tashqarisidagi rasmlarni lazy yuklash uchun hint */
                                 .t-rec:not(:first-child) img:not([loading]) {
                                       content-visibility: auto;
                                       }
                                       
                                       /* 4. Shrift yuklash optimizatsiyasi */
                                       @font-face {
                                             font-family: 'TildaSans';
                                               font-display: swap;
                                               }
                                               
                                               /* 5. Animatsiyali elementlarni GPU ga o'tkazish (render performance) */
                                               .t-animate,
                                               .t-slider__container,
                                               .t1003__content {
                                                     will-change: auto;
                                                       transform: translateZ(0);
                                                       }
                                                       
                                                       /* 6. LCP elementi - Hero rasmi tezroq ko'rinsin */
                                                       .t-cover__img,
                                                       .t396__img {
                                                             content-visibility: visible;
                                                             }
                                                       }
                                               }
                                       }
                                 }
                       }
         }