/* NCCM v57 — App mode polish (mobile home only)
   - Search button looks like search (not hamburger)
   - Slightly tighter hero text on small phones
   - Cleaner empty projects card
   - Cotizar strip clearer tap target
*/

@media (max-width:760px){
  html body.home-page .nccm-app-search button{
    width:40px!important;
    height:40px!important;
    border-radius:14px!important;
    border:0!important;
    background:#ead7ba!important;
    color:#321f14!important;
    font-size:20px!important;
    font-weight:900!important;
    line-height:1!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  html body.home-page .nccm-app-bell{
    font-size:20px!important;
  }

  html body.home-page .nccm-app-hero-content h1{
    font-size:clamp(34px,10vw,48px)!important;
    line-height:.92!important;
    max-width:92%!important;
  }

  html body.home-page .nccm-app-hero-content p{
    font-size:14px!important;
    line-height:1.35!important;
    max-width:92%!important;
  }

  html body.home-page .nccm-app-card-empty{
    min-width:min(78vw,280px)!important;
    background:rgba(255,255,255,.06)!important;
    border:1px dashed rgba(232,199,143,.35)!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
    padding:16px!important;
    text-decoration:none!important;
    color:#fffaf3!important;
  }
  html body.home-page .nccm-app-card-empty b{
    color:#e8c78f!important;
    font-size:16px!important;
  }
  html body.home-page .nccm-app-card-empty small{
    color:rgba(255,250,243,.78)!important;
  }

  html body.home-page .nccm-app-quote-strip{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:14px 16px!important;
    border-radius:18px!important;
    background:linear-gradient(135deg,rgba(185,131,69,.28),rgba(232,199,143,.12))!important;
    border:1px solid rgba(232,199,143,.28)!important;
  }
  html body.home-page .nccm-app-quote-strip a{
    flex:0 0 auto!important;
    white-space:nowrap!important;
    padding:10px 14px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#b98345,#e5c28c)!important;
    color:#23160d!important;
    font-weight:900!important;
    text-decoration:none!important;
  }
}
