/* Techtrim V43 — lower-page visual system matched to approved reference */
.techtrim-home .tt-light-zone{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(ellipse 58% 32% at 50% 39%, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 28%, rgba(240,247,252,.84) 48%, rgba(92,124,149,.48) 70%, rgba(11,42,68,.78) 88%, rgba(2,24,43,.96) 100%),
    linear-gradient(180deg,#eef4f8 0%,#dfe9f0 20%,#8ea8bc 47%,#123d5f 68%,#031e36 100%);
}
.techtrim-home .tt-light-zone::before{
  content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;
  background:
    linear-gradient(90deg, rgba(7,35,58,.70) 0%, rgba(58,94,122,.36) 12%, rgba(255,255,255,0) 31%, rgba(255,255,255,0) 69%, rgba(58,94,122,.36) 88%, rgba(7,35,58,.70) 100%),
    linear-gradient(180deg, rgba(255,255,255,.15) 0%, rgba(255,255,255,0) 45%, rgba(0,20,38,.46) 100%);
}
.techtrim-home .tt-light-zone::after{
  content:"";position:absolute;left:12%;right:12%;top:18%;height:45%;z-index:-1;pointer-events:none;
  background:radial-gradient(ellipse at center,rgba(255,255,255,.98) 0%,rgba(255,255,255,.78) 42%,rgba(255,255,255,0) 76%);
  filter:blur(20px);
}
.techtrim-home .tt-section,.techtrim-home .tt-trust,.techtrim-home .tt-visit{position:relative;z-index:1}

/* Headings: clean cyan, no diamonds/lines */
.techtrim-home .tt-cars h2,.techtrim-home .tt-visit h2{
  color:#58e4ee!important;
  text-shadow:0 0 18px rgba(60,214,232,.18);
  letter-spacing:.01em;
}
.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}

/* Popular cars */
.techtrim-home .tt-cars{padding-top:12px;padding-bottom:10px}
.techtrim-home .tt-car-grid{gap:12px}
.techtrim-home .tt-approved-car,.techtrim-home .tt-more-car{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,249,252,.96));
  border:1px solid rgba(188,211,226,.84);
  box-shadow:0 12px 26px rgba(2,25,45,.14);
  border-radius:14px;
}
.techtrim-home .tt-approved-car img{filter:none}

/* Trust cards become airy pale cards like the approved reference */
.techtrim-home .tt-trust{gap:12px;margin-top:12px;margin-bottom:20px}
.techtrim-home .tt-trust article{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,249,252,.96));
  border:1px solid rgba(185,211,227,.76);
  box-shadow:0 10px 24px rgba(2,25,45,.13);
  border-radius:13px;
}
.techtrim-home .tt-trust article>b{color:#24bce8!important}
.techtrim-home .tt-trust strong{color:#0b1d31!important}
.techtrim-home .tt-trust small{color:#4c6071!important}

/* DATA section */
.techtrim-home .tt-visit{padding-top:8px;padding-bottom:36px}
.techtrim-home .tt-visit-grid{grid-template-columns:minmax(255px,.9fr) minmax(265px,.92fr) minmax(520px,2fr);gap:14px;align-items:stretch}
.techtrim-home .tt-visit-card{
  background:linear-gradient(180deg,rgba(8,47,76,.77),rgba(3,30,53,.91));
  border:1px solid rgba(90,161,199,.42);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 12px 30px rgba(0,15,30,.24);
  border-radius:16px;
  color:#fff;
}
.techtrim-home .tt-visit-card h3{color:#fff;text-align:center;margin:0 0 14px;font-size:20px}
.techtrim-home .tt-contact-buttons{display:grid;grid-template-columns:1fr;gap:10px}
.techtrim-home .tt-contact-buttons a,.techtrim-home .tt-info-button{
  background:linear-gradient(180deg,#123f61,#0b3150)!important;
  color:#fff!important;
  border:1px solid rgba(93,174,216,.38)!important;
  border-radius:12px!important;
  box-shadow:none!important;
  min-height:52px;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.techtrim-home .tt-contact-buttons a:hover,.techtrim-home .tt-info-button:hover{transform:translateY(-1px);border-color:rgba(91,223,237,.72)!important;background:linear-gradient(180deg,#175174,#0e3b5c)!important}
.techtrim-home .tt-info-button b,.techtrim-home .tt-info-button small{color:#fff!important}
.techtrim-home .tt-info-button small{opacity:.78}
.techtrim-home .tt-info-icon{color:#fff!important}
.techtrim-home .tt-map-card{
  border-radius:16px;overflow:hidden;border:1px solid rgba(87,163,202,.48);
  box-shadow:0 14px 34px rgba(0,16,30,.28);background:#d9edf7;min-height:310px
}
.techtrim-home .tt-map-card iframe{width:100%;height:100%;min-height:310px;border:0}

/* Footer like approved lower-section reference */
.techtrim-home .tt-footer{
  min-height:86px;padding:0 30px;
  background:linear-gradient(180deg,#031e36,#02172b);
  border-top:1px solid rgba(106,170,204,.28);
  color:#fff;
}
.techtrim-home .tt-footer-inner{max-width:1480px;margin:0 auto;min-height:86px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:34px}
.techtrim-home .tt-footer-copy{font-size:14px;color:rgba(255,255,255,.9)}
.techtrim-home .tt-footer-links{display:flex;gap:30px;align-items:center;justify-content:center}
.techtrim-home .tt-footer-links a{color:rgba(255,255,255,.82);text-decoration:none;font-size:14px}
.techtrim-home .tt-footer-links a:hover{color:#55e3ee}
.techtrim-home .tt-footer-social{display:flex;gap:10px}
.techtrim-home .tt-footer-social a{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(180deg,#0c3a5b,#082b46);border:1px solid rgba(95,165,202,.34);color:#fff;text-decoration:none;font-weight:700}
.techtrim-home .tt-footer-social a:hover{border-color:#52dce8}

@media(max-width:1100px){
 .techtrim-home .tt-visit-grid{grid-template-columns:1fr 1fr}.techtrim-home .tt-map-card{grid-column:1/-1;min-height:320px}
 .techtrim-home .tt-footer-inner{grid-template-columns:1fr;gap:14px;text-align:center;padding:22px 0}.techtrim-home .tt-footer-links,.techtrim-home .tt-footer-social{justify-content:center;flex-wrap:wrap}
}
@media(max-width:720px){
 .techtrim-home .tt-visit-grid{grid-template-columns:1fr}.techtrim-home .tt-map-card{grid-column:auto}
 .techtrim-home .tt-light-zone{background:linear-gradient(180deg,#edf4f8 0%,#f7fafc 34%,#51748f 68%,#031e36 100%)}
 .techtrim-home .tt-light-zone::before{background:linear-gradient(90deg,rgba(6,35,59,.42),transparent 18%,transparent 82%,rgba(6,35,59,.42))}
}
