/* Techtrim V44 — lower page matched to approved screenshot */

/* Lower-page canvas: same deep blue family from the reference, gradually darkening downward. */
.techtrim-home .tt-light-zone{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(ellipse 74% 28% at 50% 14%, rgba(96,117,137,.55) 0%, rgba(56,78,99,.38) 36%, rgba(20,48,73,.08) 68%, rgba(20,48,73,0) 82%),
    linear-gradient(180deg,
      #3b536b 0%,
      #304b65 18%,
      #1e3b57 38%,
      #0c2c49 56%,
      #06233d 73%,
      #041b31 100%);
}
.techtrim-home .tt-light-zone::before{
  content:"";
  position:absolute;inset:0;z-index:-2;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(3,24,43,.52) 0%,rgba(19,52,79,.15) 17%,rgba(255,255,255,0) 36%,rgba(255,255,255,0) 64%,rgba(19,52,79,.15) 83%,rgba(3,24,43,.52) 100%),
    linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,0) 30%,rgba(0,12,24,.24) 100%);
}
.techtrim-home .tt-light-zone::after{display:none!important}

/* Keep cards bright and crisp like the approved reference. */
.techtrim-home .tt-service-card,
.techtrim-home .tt-approved-car,
.techtrim-home .tt-more-car,
.techtrim-home .tt-trust article{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9fc 100%)!important;
  border:1px solid rgba(194,211,224,.9)!important;
  box-shadow:0 8px 20px rgba(0,18,34,.14)!important;
}

/* Section headings — one exact cyan tone, no diamonds or bars. */
.techtrim-home .tt-cars h2,
.techtrim-home .tt-visit h2{
  color:#58e4ee!important;
  text-shadow:0 0 18px rgba(64,220,236,.12)!important;
  letter-spacing:.01em!important;
  font-weight:800!important;
}
.techtrim-home .tt-cars h2 span,
.techtrim-home .tt-visit h2 span{color:inherit!important}
.techtrim-home .tt-cars .tt-title-line,
.techtrim-home .tt-visit .tt-title-line{display:none!important}

/* Compact popular-cars area. */
.techtrim-home .tt-cars{padding-top:14px!important;padding-bottom:8px!important}
.techtrim-home .tt-cars h2{margin:0 0 16px!important}
.techtrim-home .tt-car-grid{gap:10px!important}
.techtrim-home .tt-approved-car,
.techtrim-home .tt-more-car{border-radius:12px!important}

/* Trust row mirrors screenshot: light cards floating on blue. */
.techtrim-home .tt-trust{gap:12px!important;margin-top:12px!important;margin-bottom:22px!important}
.techtrim-home .tt-trust article{
  border-radius:12px!important;
  min-height:82px!important;
  padding:15px 18px!important;
}
.techtrim-home .tt-trust article>b{color:#22bfe9!important}
.techtrim-home .tt-trust strong{color:#0c1e31!important}
.techtrim-home .tt-trust small{color:#526475!important}

/* DATA ABOUT US */
.techtrim-home .tt-visit{padding-top:2px!important;padding-bottom:42px!important}
.techtrim-home .tt-visit h2{margin:0 0 14px!important}
.techtrim-home .tt-visit-grid{
  grid-template-columns:minmax(290px,.95fr) minmax(310px,.96fr) minmax(620px,2.15fr)!important;
  gap:14px!important;
  align-items:stretch!important;
}

/* No pale/white shells: all info blocks belong to the dark lower background. */
.techtrim-home .tt-visit-card{
  background:linear-gradient(180deg,rgba(6,42,70,.84),rgba(3,29,51,.94))!important;
  border:1px solid rgba(74,145,184,.48)!important;
  box-shadow:none!important;
  border-radius:14px!important;
  color:#fff!important;
  padding:14px!important;
}
.techtrim-home .tt-visit-card h3{
  color:#fff!important;
  text-align:center!important;
  margin:0 0 12px!important;
  font-size:18px!important;
  font-weight:800!important;
}
.techtrim-home .tt-contact-buttons{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
.techtrim-home .tt-contact-buttons a,
.techtrim-home .tt-info-button{
  background:linear-gradient(180deg,#0c3454 0%,#092a47 100%)!important;
  color:#fff!important;
  border:1px solid rgba(73,153,195,.46)!important;
  border-radius:11px!important;
  box-shadow:none!important;
  min-height:54px!important;
}
.techtrim-home .tt-contact-buttons a{display:flex!important;align-items:center!important;padding:0 18px!important;font-weight:700!important}
.techtrim-home .tt-info-button{padding:12px 16px!important}
.techtrim-home .tt-contact-buttons a:hover,
.techtrim-home .tt-info-button:hover{
  background:linear-gradient(180deg,#124665 0%,#0c3654 100%)!important;
  border-color:rgba(83,220,235,.72)!important;
  transform:translateY(-1px)!important;
}
.techtrim-home .tt-info-button b,
.techtrim-home .tt-info-button small,
.techtrim-home .tt-info-icon{color:#fff!important}
.techtrim-home .tt-info-button small{opacity:.80!important}

.techtrim-home .tt-map-card{
  border-radius:14px!important;
  overflow:hidden!important;
  border:1px solid rgba(76,151,191,.52)!important;
  box-shadow:none!important;
  background:#bfe1f4!important;
  min-height:322px!important;
}
.techtrim-home .tt-map-card iframe{width:100%!important;height:100%!important;min-height:322px!important;border:0!important}

/* Footer visually continues the same dark surface from the reference. */
.techtrim-home .tt-footer{
  min-height:98px!important;
  padding:0 30px!important;
  background:linear-gradient(180deg,#041b31 0%,#03162a 100%)!important;
  border-top:1px solid rgba(91,151,184,.34)!important;
  color:#fff!important;
}
.techtrim-home .tt-footer-inner{
  max-width:1480px!important;margin:0 auto!important;min-height:98px!important;
  display:grid!important;grid-template-columns:1fr auto auto!important;align-items:center!important;gap:34px!important;
}
.techtrim-home .tt-footer-copy{font-size:14px!important;color:rgba(255,255,255,.93)!important}
.techtrim-home .tt-footer-links{display:flex!important;gap:30px!important;align-items:center!important;justify-content:center!important}
.techtrim-home .tt-footer-links a{color:rgba(255,255,255,.82)!important;text-decoration:none!important;font-size:14px!important}
.techtrim-home .tt-footer-social{display:flex!important;gap:12px!important}
.techtrim-home .tt-footer-social a{
  width:48px!important;height:48px!important;border-radius:12px!important;display:grid!important;place-items:center!important;
  background:linear-gradient(180deg,#0b3656,#082944)!important;
  border:1px solid rgba(88,158,196,.36)!important;color:#fff!important;text-decoration:none!important;font-weight:700!important;
}

@media(max-width:1100px){
  .techtrim-home .tt-visit-grid{grid-template-columns:1fr 1fr!important}
  .techtrim-home .tt-map-card{grid-column:1/-1!important;min-height:320px!important}
  .techtrim-home .tt-footer-inner{grid-template-columns:1fr!important;gap:14px!important;text-align:center!important;padding:22px 0!important}
  .techtrim-home .tt-footer-links,.techtrim-home .tt-footer-social{justify-content:center!important;flex-wrap:wrap!important}
}
@media(max-width:720px){
  .techtrim-home .tt-visit-grid{grid-template-columns:1fr!important}
  .techtrim-home .tt-map-card{grid-column:auto!important}
  .techtrim-home .tt-light-zone{
    background:linear-gradient(180deg,#35516a 0%,#223f59 36%,#0d2e4b 64%,#041b31 100%)!important;
  }
}


/* V45 — approved lower section cleanup: no footer action buttons or legal links. */
.techtrim-home .tt-footer{
  min-height:82px!important;
  background:linear-gradient(180deg,#041b31 0%,#03162a 100%)!important;
}
.techtrim-home .tt-footer-inner{
  min-height:82px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
}
.techtrim-home .tt-footer-links,
.techtrim-home .tt-footer-social{display:none!important}
.techtrim-home .tt-footer-dev{
  color:rgba(255,255,255,.82)!important;
  font-size:14px!important;
  white-space:nowrap!important;
}
.techtrim-home .tt-footer-dev a{
  color:#58e4ee!important;
  text-decoration:none!important;
  font-weight:800!important;
}
.techtrim-home .tt-footer-dev a:hover{color:#fff!important}

/* Lock the approved lower reference look. */
.techtrim-home .tt-cars h2,
.techtrim-home .tt-visit h2{
  color:#58e4ee!important;
  background:none!important;
  -webkit-text-fill-color:currentColor!important;
  text-shadow:0 0 16px rgba(88,228,238,.10)!important;
}
.techtrim-home .tt-cars .tt-title-line,
.techtrim-home .tt-visit .tt-title-line{display:none!important}
.techtrim-home .tt-visit-grid{
  grid-template-columns:minmax(290px,.95fr) minmax(310px,.96fr) minmax(620px,2.15fr)!important;
  gap:14px!important;
}
.techtrim-home .tt-visit-card{
  background:linear-gradient(180deg,rgba(6,42,70,.84),rgba(3,29,51,.94))!important;
  border:1px solid rgba(74,145,184,.48)!important;
}
.techtrim-home .tt-contact-buttons a,
.techtrim-home .tt-info-button{
  background:linear-gradient(180deg,#0c3454 0%,#092a47 100%)!important;
  border-color:rgba(73,153,195,.46)!important;
  color:#fff!important;
}
@media(max-width:1100px){
  .techtrim-home .tt-footer-inner{flex-direction:column!important;justify-content:center!important;text-align:center!important;padding:18px 0!important}
}
