
/* V41 - Home mais compacta + atalhos menores */
.quick-actions-app{
  padding:14px 0 10px!important;
  margin:0!important;
}

.quick-actions-scroll{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:stretch!important;
}

.quick-action-card{
  min-height:58px!important;
  height:58px!important;
  padding:8px 10px!important;
  border-radius:12px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  text-align:center!important;
}

.quick-action-card span{
  font-size:17px!important;
  line-height:1!important;
}

.quick-action-card strong{
  font-size:11px!important;
  line-height:1.12!important;
  white-space:nowrap!important;
}

/* reduz espaçamento geral da home */
.home-section,
.section.home-section{
  padding-top:34px!important;
  padding-bottom:28px!important;
}

.home-section + .home-section,
.section.home-section + .section.home-section{
  padding-top:18px!important;
}

.city-highlight-section{
  padding-top:18px!important;
  padding-bottom:28px!important;
}

.city-highlight-card{
  margin-top:0!important;
}

.section-head{
  margin-bottom:16px!important;
}

.section-head h2{
  margin-bottom:4px!important;
}

.section-head .lead,
.lead{
  margin-top:0!important;
  margin-bottom:0!important;
}

.home-carousel-wrap{
  margin-top:0!important;
}

.home-carousel-track{
  gap:16px!important;
}

.card{
  margin-top:0!important;
}

.card-body{
  padding-top:14px!important;
  padding-bottom:14px!important;
}

.home-events-grid{
  margin-top:0!important;
  gap:12px!important;
}

.empty{
  margin-top:8px!important;
}

/* quando a seção não tem cards, não deixa um espaço gigante */
.home-section .empty{
  padding:12px 0!important;
  min-height:0!important;
}

/* compacta seções vazias de pacotes/agenda/parceiros */
.home-section:has(.empty){
  padding-top:18px!important;
  padding-bottom:18px!important;
}

@media (max-width: 900px){
  .quick-actions-app{
    padding:10px 0 8px!important;
    overflow:hidden!important;
  }

  .quick-actions-scroll{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    padding-left:14px!important;
    padding-right:14px!important;
    margin:0!important;
  }

  .quick-actions-scroll::-webkit-scrollbar{
    display:none!important;
  }

  .quick-action-card{
    flex:0 0 104px!important;
    width:104px!important;
    min-width:104px!important;
    height:58px!important;
    min-height:58px!important;
    scroll-snap-align:start!important;
    padding:8px 9px!important;
  }

  .quick-action-card span{
    font-size:16px!important;
  }

  .quick-action-card strong{
    font-size:11px!important;
  }

  .home-section,
  .section.home-section{
    padding-top:24px!important;
    padding-bottom:20px!important;
  }

  .home-section + .home-section,
  .section.home-section + .section.home-section{
    padding-top:14px!important;
  }

  .city-highlight-section{
    padding-top:14px!important;
    padding-bottom:20px!important;
  }

  .section-head{
    margin-bottom:12px!important;
  }

  .section-head h2{
    font-size:30px!important;
    line-height:1.05!important;
  }

  .home-carousel-track{
    gap:12px!important;
  }

  .card-body{
    padding:13px!important;
  }
}

@media (max-width: 520px){
  .quick-action-card{
    flex-basis:96px!important;
    width:96px!important;
    min-width:96px!important;
  }
}
