/* AeroJatim Home v342 — mobile hero proportion refinements. */

/* User requested the colored vertical accent beside PORTAL / AEROMODELLING JAWA TIMUR removed. */
.home-v342 .aero-hero .hero-copy::before{
  display:none!important;
  content:none!important;
}

@media (max-width:760px){
  /* Keep the mobile banner composition, but give the title more breathing room from the top. */
  .home-v342 .aero-hero .hero-grid{
    padding-top:144px!important;
  }
  .home-v342 .aero-hero .hero-copy{
    padding-top:23px!important;
    padding-left:17px!important;
    padding-right:17px!important;
  }
  .home-v342 .aero-hero h1{
    margin-top:5px!important;
    line-height:.84!important;
  }
  .home-v342 .aero-hero h1 small{
    margin-bottom:7px!important;
  }
  .home-v342 .aero-hero .hero-copy>p{
    margin-top:13px!important;
    margin-bottom:14px!important;
  }
  .home-v342 .aero-hero .hero-actions{
    gap:9px!important;
  }
  .home-v342 .aero-hero .button-primary{
    min-height:54px!important;
  }
}

@media (max-width:430px){
  .home-v342 .aero-hero .hero-grid{
    padding-top:150px!important;
  }
  .home-v342 .aero-hero .hero-copy{
    padding-top:25px!important;
  }
  .home-v342 .aero-hero h1{
    font-size:clamp(42px,13.4vw,58px)!important;
  }
}
