/* LVL V1.30.5 — Compact Page Heroes
   Scope: only the initial hero panels of Home (Visão geral) and Courses.
   Mobile-first; no course/access/speech/navigation logic is touched.
*/

@media (max-width:760px){
  /* HOME / VISÃO GERAL — same visual language, less vertical footprint */
  #view-home.lvl-home-v1199ac .lvl-home-hero,
  #view-home .home-welcome.lvl-home-hero{
    min-height:142px!important;
    padding:16px 18px!important;
    border-radius:18px!important;
    grid-template-columns:minmax(0,1fr) 31%!important;
    gap:10px!important;
  }
  #view-home.lvl-home-v1199ac .lvl-home-hero .eyebrow,
  #view-home .home-welcome.lvl-home-hero .eyebrow{
    margin-bottom:6px!important;
    font-size:8.5px!important;
    line-height:1.15!important;
  }
  #view-home.lvl-home-v1199ac .lvl-home-greeting,
  #view-home .home-welcome.lvl-home-hero #heroGreeting{
    max-width:270px!important;
    margin:0!important;
    font-size:22px!important;
    line-height:1.02!important;
    letter-spacing:-.035em!important;
  }
  #view-home.lvl-home-v1199ac .lvl-home-hero-copy>p,
  #view-home .home-welcome.lvl-home-hero>div:first-child>p{
    max-width:235px!important;
    margin:7px 0 0!important;
    font-size:10px!important;
    line-height:1.32!important;
  }
  #view-home.lvl-home-v1199ac .lvl-home-brand-visual{
    min-height:94px!important;
  }
  #view-home.lvl-home-v1199ac .lvl-home-brand-visual>strong{
    font-size:32px!important;
  }
  #view-home.lvl-home-v1199ac .lvl-home-float{
    width:24px!important;
    height:24px!important;
  }
  #view-home.lvl-home-v1199ac .lvl-home-float svg{
    width:12px!important;
    height:12px!important;
  }
  #view-home.lvl-home-v1199ac .float-brain{
    display:none!important;
  }

  /* COURSES / EXPLORAR CURSOS — normalize legacy and compact owners */
  #view-courses .catalog-hero,
  #view-courses .catalog-hero-v1199w,
  #view-courses.lvl-catalog-v1199w .catalog-hero-v1199w{
    min-height:142px!important;
    padding:16px 18px!important;
    border-radius:18px!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  #view-courses .catalog-hero>div:first-child,
  #view-courses .catalog-hero-v1199w>div:first-child{
    max-width:100%!important;
  }
  #view-courses .catalog-hero .eyebrow,
  #view-courses .catalog-hero-v1199w .eyebrow{
    font-size:8.5px!important;
    line-height:1.15!important;
    letter-spacing:.13em!important;
  }
  #view-courses .catalog-hero h2,
  #view-courses .catalog-hero-v1199w h2{
    max-width:520px!important;
    margin:7px 0 8px!important;
    font-size:24px!important;
    line-height:1.04!important;
    letter-spacing:-.035em!important;
  }
  #view-courses .catalog-hero p,
  #view-courses .catalog-hero-v1199w p{
    max-width:500px!important;
    margin:0!important;
    font-size:10.5px!important;
    line-height:1.42!important;
  }
  #view-courses .catalog-hero-orb,
  #view-courses .lvl-v-hero-book{
    display:none!important;
  }
}

@media (max-width:420px){
  #view-home.lvl-home-v1199ac .lvl-home-hero,
  #view-home .home-welcome.lvl-home-hero{
    min-height:136px!important;
    padding:14px 16px!important;
    grid-template-columns:minmax(0,1fr) 30%!important;
  }
  #view-home.lvl-home-v1199ac .lvl-home-greeting,
  #view-home .home-welcome.lvl-home-hero #heroGreeting{
    font-size:21px!important;
  }
  #view-home.lvl-home-v1199ac .lvl-home-brand-visual{
    min-height:88px!important;
  }

  #view-courses .catalog-hero,
  #view-courses .catalog-hero-v1199w,
  #view-courses.lvl-catalog-v1199w .catalog-hero-v1199w{
    min-height:136px!important;
    padding:14px 16px!important;
  }
  #view-courses .catalog-hero h2,
  #view-courses .catalog-hero-v1199w h2{
    font-size:22px!important;
    margin:6px 0 7px!important;
  }
  #view-courses .catalog-hero p,
  #view-courses .catalog-hero-v1199w p{
    font-size:10px!important;
    line-height:1.38!important;
  }
}
