/* Techtrim V22 — services overlap hero; compact equal “Данные о нас” cards. */
.techtrim-home #services{
  margin-top:-56px!important;
  padding-top:0!important;
  position:relative!important;
  z-index:12!important;
}
.techtrim-home #services>h2{
  position:relative!important;
  z-index:13!important;
  margin-bottom:0!important;
}
.techtrim-home #services .tt-title-line{margin:5px auto 10px!important}

.techtrim-home .tt-visit{padding-top:14px!important}
.techtrim-home .tt-visit-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:9px!important;
}
.techtrim-home .tt-visit-card{
  min-height:142px!important;
  padding:12px 13px!important;
}
.techtrim-home .tt-visit-card h3{margin-bottom:7px!important}
.techtrim-home .tt-contact-buttons{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:6px!important;
  margin-top:2px!important;
}
.techtrim-home .tt-visit-contacts .tt-contact-buttons a,
.techtrim-home .tt-visit-secondary{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  margin:0!important;
  padding:7px 8px!important;
  border:1px solid rgba(8,124,255,.35)!important;
  border-radius:8px!important;
  color:#075fca!important;
  background:#f7fbff!important;
  font-size:10px!important;
  line-height:1.1!important;
  font-weight:800!important;
  text-decoration:none!important;
  text-align:center!important;
}
.techtrim-home .tt-visit-contacts .tt-contact-buttons a:hover,
.techtrim-home .tt-visit-secondary:hover{background:#eaf5ff!important;border-color:#087cff!important}
.techtrim-home .tt-partners-card p{margin-bottom:8px!important}
.techtrim-home .tt-visit-secondary{margin-top:auto!important}
.techtrim-home .tt-route-btn{padding:8px 9px!important}
.techtrim-home .tt-map-card{
  grid-column:1/-1!important;
  min-height:178px!important;
}
.techtrim-home .tt-map-card iframe{min-height:178px!important}

@media (min-width:981px) and (max-width:1180px){
  .techtrim-home #services{margin-top:-42px!important}
  .techtrim-home .tt-visit-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:980px){
  .techtrim-home #services{margin-top:-24px!important}
  .techtrim-home .tt-visit-grid{grid-template-columns:1fr 1fr!important}
  .techtrim-home .tt-map-card{grid-column:1/-1!important}
}
@media(max-width:640px){
  .techtrim-home #services{margin-top:-8px!important}
  .techtrim-home .tt-visit-grid{grid-template-columns:1fr!important}
  .techtrim-home .tt-map-card{grid-column:auto!important}
}

/* V23 — improve service-card text balance without making cards taller. */
@media (min-width:981px){
  .techtrim-home .tt-service-copy{padding:10px 11px!important;}
  .techtrim-home .tt-service-copy h3{font-size:14px!important;line-height:1.22!important;margin:0 0 6px!important;}
  .techtrim-home .tt-service-copy p,
  .techtrim-home .tt-service-copy li{font-size:10.6px!important;line-height:1.36!important;}
  .techtrim-home .tt-service-copy li{margin:2px 0!important;padding-left:14px!important;}
  .techtrim-home .tt-card-foot{font-size:10px!important;}
  .techtrim-home .tt-service-card:nth-child(2) .tt-service-visual img{transform:scale(1.13)!important;transform-origin:center!important;}
}
