/* Lekhha 2.0 v0.7.5 — homepage product hero refinement.
 * Desktop-only refinement: keeps the complete dashboard visible while making
 * the real product imagery materially easier to read. Tablet/mobile unchanged.
 */
@media (min-width:1100px){
  .lekhha-home .lk-hero{
    padding-top:32px;
    padding-bottom:40px;
  }
  .lekhha-home .lk-hero__grid{
    grid-template-columns:minmax(0,.70fr) minmax(0,1.30fr);
    gap:24px;
  }
  .lekhha-home .lk-product-hero{
    min-height:510px;
    overflow:visible;
  }
  .lekhha-home .lk-product-hero__laptop{
    width:min(94%,920px);
    margin:0 auto;
    transform:none;
  }
  .lekhha-home .lk-product-hero:hover .lk-product-hero__laptop{
    transform:translateY(-3px);
  }
  .lekhha-home .lk-product-hero__phone{
    width:142px;
    right:0;
    bottom:-12px;
  }
  .lekhha-home .lk-product-hero__label{
    left:10%;
    bottom:-4px;
  }
}
