/* ============================================================
   GUVEN CUBUGU (hero altindaki uc madde). Ana sayfa + sehir sayfalari.
   ============================================================ */
.tb{background:#f3f4f5;border-top:1px solid #dfe3e0;border-bottom:1px solid #dfe3e0;}
.tb-in{max-width:1280px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:repeat(3,1fr);}
.tb-item{display:flex;align-items:center;gap:16px;padding:22px 28px;min-width:0;}
.tb-item:first-child{padding-left:0;}
.tb-item:last-child{padding-right:0;}
.tb-item + .tb-item{border-left:1px solid #dfe3e0;}
.tb-ic{width:44px;height:44px;border-radius:12px;background:#e3efe9;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}
.tb-ic svg{width:22px;height:22px;fill:#0c3b2a;display:block;}
.tb-t{font-family:"Hanken Grotesk",sans-serif;font-weight:600;font-size:17px;line-height:1.25;color:#001912;margin:0 0 3px;letter-spacing:-0.005em;}
.tb-s{font-family:"Inter",sans-serif;font-size:14px;line-height:1.4;color:#525f76;margin:0;}
@media (max-width:1060px){
    .tb-in{padding:0 32px;}
    .tb-item{padding:18px 18px;gap:13px;}
    .tb-t{font-size:16px;}
    .tb-ic{width:40px;height:40px;border-radius:10px;}
    .tb-ic svg{width:20px;height:20px;}
}
@media (max-width:860px){
    .tb-in{padding:0 16px;grid-template-columns:1fr;}
    .tb-item{padding:14px 0;}
    .tb-item + .tb-item{border-left:0;border-top:1px solid #dfe3e0;}
}
