/* V42 — unify lower controls and columns with the same navy/steel palette as the footer/hero. */
.techtrim-home .tt-visit-card.tt-visit-contacts,
.techtrim-home .tt-visit-card.tt-info-stack{
  background:linear-gradient(180deg,rgba(34,76,108,.92) 0%,rgba(18,55,82,.96) 48%,rgba(8,35,60,.98) 100%)!important;
  border-color:rgba(75,143,190,.46)!important;
  box-shadow:0 12px 28px rgba(1,12,25,.20),inset 0 1px 0 rgba(159,211,244,.10)!important;
}
.techtrim-home .tt-visit-contacts .tt-contact-buttons a,
.techtrim-home .tt-info-button{
  background:linear-gradient(180deg,#174f72 0%,#0f4263 100%)!important;
  border:1px solid rgba(78,160,211,.50)!important;
  color:#f5fbff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.techtrim-home .tt-visit-contacts .tt-contact-buttons a:hover,
.techtrim-home a.tt-info-button:hover{
  background:linear-gradient(180deg,#1c5d85 0%,#124b70 100%)!important;
  border-color:rgba(103,190,239,.70)!important;
}
.techtrim-home .tt-info-button b,
.techtrim-home .tt-info-button small,
.techtrim-home .tt-info-button .tt-info-icon{color:#f4faff!important}
.techtrim-home .tt-info-button small{opacity:.78!important}
.techtrim-home .tt-visit-contacts>h3{color:#f5fbff!important}
