/* Techtrim V20 — remove upper info cards, tighten main content, add bottom route/contact block. */

/* The hero now flows directly into the Services heading. */
.techtrim-home .tt-light-zone{
  margin-top:-1px!important;
  padding:0 0 10px!important;
  background:#fff!important;
}
.techtrim-home #services{
  position:relative!important;
  z-index:10!important;
  margin-top:-18px!important;
  padding-top:0!important;
}
.techtrim-home #services h2{margin:0!important}
.techtrim-home #services .tt-title-line{margin:2px auto 5px!important}

/* Make the content stack visually tight instead of leaving empty gaps. */
.techtrim-home .tt-service-cards.three{gap:8px!important}
.techtrim-home .tt-service-card{height:156px!important;min-height:156px!important}
.techtrim-home .tt-service-visual,
.techtrim-home .tt-service-visual img{height:156px!important;min-height:156px!important}
.techtrim-home .tt-service-copy{padding:8px 9px!important}
.techtrim-home .tt-cars{padding-top:1px!important}
.techtrim-home .tt-cars h2{margin-top:0!important}
.techtrim-home .tt-cars .tt-title-line{margin:2px auto 4px!important}
.techtrim-home .tt-car-grid{gap:7px!important}
.techtrim-home .tt-trust{padding-top:6px!important;padding-bottom:5px!important}

/* Cars never stretch/squash: same card ratio at any browser zoom. */
.techtrim-home .tt-car-grid a.tt-approved-car,
.techtrim-home .tt-car-grid a.tt-more-car{
  aspect-ratio:171/108!important;
  height:auto!important;
  min-height:0!important;
}
.techtrim-home .tt-car-grid a.tt-approved-car>img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* Bottom “How to get here” block, inspired by the supplied reference. */
.techtrim-home .tt-visit{padding:5px 0 10px!important}
.techtrim-home .tt-visit>h2{
  margin:0!important;
  text-align:center!important;
  color:#132238!important;
  font-size:20px!important;
  line-height:1.05!important;
  font-weight:900!important;
}
.techtrim-home .tt-visit>h2 span{color:#087cff!important}
.techtrim-home .tt-visit>.tt-title-line{margin:3px auto 8px!important}
.techtrim-home .tt-visit-grid{
  display:grid!important;
  grid-template-columns:1.05fr .72fr 1.05fr 1.5fr!important;
  gap:10px!important;
  align-items:stretch!important;
}
.techtrim-home .tt-visit-card,
.techtrim-home .tt-map-card{
  min-height:168px!important;
  border:1px solid rgba(35,103,157,.14)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 7px 22px rgba(24,62,96,.06)!important;
  overflow:hidden!important;
}
.techtrim-home .tt-visit-card{padding:14px 15px!important;display:flex!important;flex-direction:column!important}
.techtrim-home .tt-visit-card h3{margin:0 0 9px!important;font-size:15px!important;color:#101b2a!important}
.techtrim-home .tt-visit-card p{margin:0 0 7px!important;font-size:10.5px!important;line-height:1.55!important;color:#4a5767!important}
.techtrim-home .tt-visit-card strong{font-size:16px!important;color:#087cff!important;margin-top:2px!important}
.techtrim-home .tt-visit-contacts a{display:block!important;color:#26364a!important;text-decoration:none!important;font-size:10.5px!important;line-height:1.45!important;margin:3px 0!important}
.techtrim-home .tt-visit-pill{margin-top:auto!important;display:block!important;text-align:center!important;padding:9px 10px!important;border-radius:8px!important;background:#f1f4f7!important;color:#2f3a48!important;font-size:10px!important;font-weight:800!important}
.techtrim-home .tt-route-btn{margin-top:auto!important;display:block!important;text-align:center!important;padding:10px 12px!important;border-radius:9px!important;background:#087cff!important;color:#fff!important;text-decoration:none!important;font-size:10.5px!important;font-weight:900!important;box-shadow:0 8px 22px rgba(8,124,255,.20)!important}
.techtrim-home .tt-map-card iframe{display:block!important;width:100%!important;height:100%!important;min-height:168px!important;border:0!important}

@media (min-width:981px) and (max-width:1180px){
  .techtrim-home #services{margin-top:-12px!important}
  .techtrim-home .tt-visit-grid{grid-template-columns:1fr 1fr!important}
  .techtrim-home .tt-map-card{grid-column:1/-1!important;min-height:210px!important}
  .techtrim-home .tt-map-card iframe{min-height:210px!important}
}
@media (max-width:980px){
  .techtrim-home #services{margin-top:-6px!important}
  .techtrim-home .tt-visit-grid{grid-template-columns:1fr 1fr!important}
  .techtrim-home .tt-map-card{grid-column:1/-1!important;min-height:220px!important}
  .techtrim-home .tt-map-card iframe{min-height:220px!important}
}
@media (max-width:640px){
  .techtrim-home #services{margin-top:0!important}
  .techtrim-home .tt-visit-grid{grid-template-columns:1fr!important}
  .techtrim-home .tt-map-card{grid-column:auto!important}
}
