/* V32 — mirrored lower-page atmosphere: white center -> Techtrim blue at footer */
.techtrim-home .tt-light-zone{
  position:relative!important;
  isolation:isolate;
  overflow:hidden;
  /* keep the approved top fade exactly as before */
  background:linear-gradient(180deg,#173650 0,#a9d5f1 7%,#edf8ff 17%,#fff 39%,#fff 100%)!important;
}
.techtrim-home .tt-light-zone::after{
  content:"";
  position:absolute;
  z-index:0;
  left:0;
  right:0;
  bottom:0;
  height:min(760px,48%);
  pointer-events:none;
  background:
    radial-gradient(ellipse at 50% 100%,rgba(26,116,176,.38) 0%,rgba(15,72,112,.18) 32%,rgba(255,255,255,0) 67%),
    linear-gradient(180deg,
      rgba(255,255,255,0) 0%,
      rgba(238,248,255,.18) 12%,
      rgba(195,226,245,.42) 32%,
      rgba(104,177,220,.66) 55%,
      rgba(26,77,113,.88) 78%,
      #071723 100%);
}
.techtrim-home .tt-light-zone > *{
  position:relative;
  z-index:1;
}
/* lower cards remain crisp while the page around them acquires the blue depth */
.techtrim-home .tt-trust article,
.techtrim-home .tt-visit-card,
.techtrim-home .tt-map-card{
  box-shadow:0 14px 34px rgba(5,39,65,.10),inset 0 1px 0 rgba(255,255,255,.96)!important;
}
.techtrim-home .tt-visit{
  padding-bottom:42px!important;
}
.techtrim-home .tt-footer{
  position:relative;
  background:linear-gradient(180deg,#071723 0%,#040c13 100%)!important;
  color:#b7c9d8!important;
  border-top:1px solid rgba(93,177,232,.25)!important;
  box-shadow:0 -20px 54px rgba(6,38,60,.18)!important;
}
@media(max-width:900px){
  .techtrim-home .tt-light-zone::after{height:min(980px,58%)}
}
