/* V54 — premium contact + info panels, same hero palette */
.techtrim-home .tt-visit-grid{align-items:stretch!important;gap:16px!important}
.techtrim-home .tt-visit-card{
  border:1px solid rgba(84,180,255,.34)!important;
  background:linear-gradient(145deg,rgba(8,37,67,.97) 0%,rgba(8,48,84,.96) 52%,rgba(5,31,57,.98) 100%)!important;
  box-shadow:0 18px 40px rgba(0,9,24,.24),inset 0 1px 0 rgba(255,255,255,.06)!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
.techtrim-home .tt-visit-card:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(120deg,rgba(75,187,255,.11),transparent 32%,transparent 70%,rgba(0,93,173,.10));
}
.techtrim-home .tt-visit-contacts{position:relative!important;padding:17px 16px 16px!important}
.techtrim-home .tt-visit-contacts h3{
  position:relative;z-index:1;margin:0 0 13px!important;text-align:center!important;
  color:#f5fbff!important;font-size:20px!important;letter-spacing:.2px!important;text-shadow:0 2px 12px rgba(74,188,255,.16)
}
.techtrim-home .tt-contact-buttons{position:relative;z-index:1;display:grid!important;gap:10px!important}
.techtrim-home .tt-contact-buttons a,
.techtrim-home .tt-info-button{
  min-height:66px!important;border-radius:14px!important;
  border:1px solid rgba(91,190,255,.38)!important;
  background:linear-gradient(135deg,rgba(11,57,96,.98),rgba(7,42,76,.98))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.075),0 7px 18px rgba(0,13,34,.16)!important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease!important;
}
.techtrim-home .tt-contact-buttons a:hover,
.techtrim-home .tt-info-button:hover{
  transform:translateY(-1px)!important;border-color:rgba(105,200,255,.78)!important;
  background:linear-gradient(135deg,rgba(14,72,119,.99),rgba(7,48,86,.99))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 10px 24px rgba(0,28,66,.24),0 0 0 1px rgba(50,157,235,.08)!important;
}
.techtrim-home .tt-contact-phone{padding:0 18px!important;justify-content:center!important;gap:13px!important;color:#fff!important}
.techtrim-home .tt-contact-phone img{width:25px!important;height:25px!important;filter:brightness(0) invert(1) drop-shadow(0 0 6px rgba(86,194,255,.40))!important}
.techtrim-home .tt-contact-phone span{font-size:16px!important;font-weight:800!important;white-space:nowrap!important}
.techtrim-home .tt-contact-logo{position:relative!important;justify-content:center!important;padding:0!important}
.techtrim-home .tt-contact-logo:before{
  content:"";position:absolute;width:46px;height:46px;border-radius:14px;
  background:linear-gradient(145deg,rgba(35,138,218,.28),rgba(7,39,70,.22));
  border:1px solid rgba(103,201,255,.25);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 5px 14px rgba(0,16,39,.18)
}
.techtrim-home .tt-contact-logo img{position:relative;z-index:1;max-width:34px!important;max-height:34px!important;object-fit:contain!important;filter:drop-shadow(0 2px 7px rgba(0,0,0,.24))!important}
.techtrim-home .tt-contact-telegram img{width:32px!important;height:32px!important}
.techtrim-home .tt-contact-max img{width:33px!important;height:33px!important;border-radius:9px!important}
.techtrim-home .tt-contact-avito img{width:36px!important;height:27px!important}
.techtrim-home .tt-info-stack{position:relative!important;padding:16px!important;display:grid!important;gap:10px!important}
.techtrim-home .tt-info-button{position:relative;z-index:1;padding:0 18px!important;display:flex!important;align-items:center!important;gap:15px!important;color:#f6fbff!important;text-decoration:none!important}
.techtrim-home .tt-info-icon{
  width:46px!important;height:46px!important;display:grid!important;place-items:center!important;flex:0 0 46px!important;border-radius:14px!important;
  background:linear-gradient(145deg,rgba(36,138,218,.22),rgba(4,36,66,.28))!important;border:1px solid rgba(97,194,255,.25)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 5px 14px rgba(0,16,39,.18)!important
}
.techtrim-home .tt-info-icon img{width:30px!important;height:30px!important;display:block!important;filter:drop-shadow(0 0 7px rgba(60,176,255,.22))!important}
.techtrim-home .tt-info-button span:last-child{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important}
.techtrim-home .tt-info-button b{font-size:15px!important;color:#fff!important;line-height:1.1!important}
.techtrim-home .tt-info-button small{font-size:12px!important;color:rgba(225,241,252,.76)!important;line-height:1.25!important}
@media(max-width:780px){
 .techtrim-home .tt-contact-phone span{font-size:14px!important}
 .techtrim-home .tt-contact-buttons a,.techtrim-home .tt-info-button{min-height:60px!important}
}
