/* Techtrim V24 — heading colors + compact 3-column company info block. */

/* Section heading palette */
.techtrim-home .tt-visit > h2,
.techtrim-home .tt-visit > h2 span,
.techtrim-home .tt-cars > h2,
.techtrim-home .tt-cars > h2 span{
  color:#087cff!important;
}

/* Services title: bright blue/cyan metallic-like gradient inspired by the hero underline. */
.techtrim-home #services > h2,
.techtrim-home #services > h2 span{
  color:transparent!important;
  background:linear-gradient(90deg,#0b5fff 0%,#13bfff 35%,#eefcff 52%,#10a9ff 68%,#087cff 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:0 0 10px rgba(0,136,255,.14)!important;
}

/* Company data: 3 equal-width columns, equal visual height. */
.techtrim-home .tt-visit{padding-top:12px!important;padding-bottom:18px!important}
.techtrim-home .tt-visit > h2{margin-bottom:0!important}
.techtrim-home .tt-visit > .tt-title-line{margin:5px auto 11px!important}
.techtrim-home .tt-visit-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:stretch!important;
}
.techtrim-home .tt-visit-card,
.techtrim-home .tt-map-card{
  min-height:222px!important;
  height:222px!important;
  box-sizing:border-box!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 10px!important;
  font-size:14px!important;
  color:#18283c!important;
}
.techtrim-home .tt-visit-card p{
  margin:0!important;
  font-size:10.5px!important;
  line-height:1.45!important;
  color:#4b5b6f!important;
}

/* First column — active contact buttons, same blue family as “О НАС”. */
.techtrim-home .tt-contact-buttons{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  margin-top:2px!important;
}
.techtrim-home .tt-visit-contacts .tt-contact-buttons a{
  min-height:43px!important;
  border:1px solid rgba(8,124,255,.42)!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,#f9fcff 0%,#edf7ff 100%)!important;
  color:#087cff!important;
  font-size:11px!important;
  font-weight:900!important;
  box-shadow:0 5px 14px rgba(8,124,255,.08)!important;
}
.techtrim-home .tt-visit-contacts .tt-contact-buttons a:hover{
  background:#e2f2ff!important;
  border-color:#087cff!important;
  transform:translateY(-1px)!important;
}

/* Second column — work hours, route and partners in one compact stack. */
.techtrim-home .tt-info-stack{gap:9px!important}
.techtrim-home .tt-info-group{padding-bottom:9px!important;border-bottom:1px solid rgba(8,124,255,.13)!important}
.techtrim-home .tt-info-group:last-child{border-bottom:0!important;padding-bottom:0!important}
.techtrim-home .tt-info-label{font-size:10px!important;font-weight:900!important;color:#18283c!important;margin-bottom:3px!important}
.techtrim-home .tt-info-value{font-size:10.5px!important;line-height:1.35!important;color:#4b5b6f!important}
.techtrim-home .tt-info-value strong{color:#087cff!important;font-size:11px!important}
.techtrim-home .tt-route-btn,
.techtrim-home .tt-partners-link{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:32px!important;
  margin-top:6px!important;
  padding:6px 9px!important;
  border:1px solid rgba(8,124,255,.38)!important;
  border-radius:8px!important;
  background:#f7fbff!important;
  color:#087cff!important;
  font-size:9.8px!important;
  font-weight:900!important;
  text-decoration:none!important;
  text-align:center!important;
}
.techtrim-home .tt-route-btn:hover,
.techtrim-home .tt-partners-link:hover{background:#eaf5ff!important;border-color:#087cff!important}

/* Third column — map same height and width as the two info cards. */
.techtrim-home .tt-map-card{grid-column:auto!important;overflow:hidden!important;border-radius:12px!important}
.techtrim-home .tt-map-card iframe{width:100%!important;height:100%!important;min-height:0!important;border:0!important;display:block!important}

@media(max-width:980px){
  .techtrim-home .tt-visit-grid{grid-template-columns:1fr 1fr!important}
  .techtrim-home .tt-map-card{grid-column:1/-1!important;height:210px!important;min-height:210px!important}
  .techtrim-home .tt-visit-card{height:auto!important;min-height:190px!important}
}
@media(max-width:640px){
  .techtrim-home .tt-visit-grid{grid-template-columns:1fr!important}
  .techtrim-home .tt-map-card{grid-column:auto!important}
  .techtrim-home .tt-contact-buttons{grid-template-columns:1fr 1fr!important}
}
