/* v109 — mobile-only header/logo and homepage title readability fixes */
@media (max-width: 768px){
  /* Remove the SMALL header logo on every public page. */
  .approved-header .approved-brand,
  .tt-uheader-v94 .tt-uheader-v94__brand{
    display:none!important; width:0!important; min-width:0!important; flex:0 0 0!important; margin:0!important; padding:0!important; overflow:hidden!important;
  }
  .approved-header .approved-nav{justify-content:flex-end!important;}
  .tt-uheader-v94__row{justify-content:flex-end!important;}
  .approved-header .approved-burger,
  .tt-uheader-v94__burger{margin-left:auto!important;}

  /* Main page: keep headings fully below the large hero logo and readable. */
  .techtrim-home .tt-light-zone{padding-top:34px!important;}
  .techtrim-home #services{margin-top:0!important; padding-top:8px!important; position:relative!important; z-index:30!important;}
  .techtrim-home #services>h2{
    position:relative!important; z-index:31!important; margin:0 0 14px!important; padding:8px 10px 2px!important;
    font-size:24px!important; line-height:1.12!important; text-align:center!important; white-space:normal!important;
    color:#0b87e8!important; text-shadow:0 1px 0 rgba(255,255,255,.95),0 2px 12px rgba(255,255,255,.9)!important;
  }
  .techtrim-home .tt-cars{padding-top:18px!important;}
  .techtrim-home .tt-cars>h2{
    margin:0 0 12px!important; padding:6px 10px!important; font-size:21px!important; line-height:1.16!important;
    text-align:center!important; white-space:normal!important; overflow:visible!important;
    color:#0b87e8!important; text-shadow:0 1px 0 rgba(255,255,255,.95),0 2px 12px rgba(255,255,255,.9)!important;
  }
}
@media (max-width: 430px){
  .techtrim-home .tt-light-zone{padding-top:40px!important;}
  .techtrim-home #services>h2{font-size:22px!important;}
  .techtrim-home .tt-cars>h2{font-size:19px!important;}
}
