/* V41 — blend the two lower information columns into the rising lower gradient. */
.techtrim-home .tt-visit-card.tt-visit-contacts,
.techtrim-home .tt-visit-card.tt-info-stack{
  background:
    linear-gradient(180deg,
      rgba(126,171,202,.34) 0%,
      rgba(70,116,149,.42) 42%,
      rgba(20,55,80,.62) 100%) !important;
  border:1px solid rgba(118,181,220,.34) !important;
  box-shadow:0 12px 30px rgba(2,14,27,.20), inset 0 1px 0 rgba(255,255,255,.08) !important;
  backdrop-filter:blur(8px) saturate(112%) !important;
  -webkit-backdrop-filter:blur(8px) saturate(112%) !important;
}
.techtrim-home .tt-visit-contacts > h3{
  color:#f4fbff !important;
  text-shadow:0 1px 8px rgba(0,18,34,.35) !important;
}
/* Keep the dark-blue action tiles distinct, without a white halo around the columns. */
.techtrim-home .tt-visit-contacts .tt-contact-buttons a,
.techtrim-home .tt-info-button{
  border-color:rgba(105,190,238,.34) !important;
}
