.tb-footer{background:var(--ink);color:#fff;padding:80px 56px 28px;position:relative}.tb-footer:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--orange),transparent)}.tb-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.2fr;grid-gap:48px;gap:48px;margin-bottom:48px}.tb-footer-brand p{font-size:13.5px;color:rgba(255,255,255,.65);line-height:1.6;margin:14px 0}.tb-footer .tb-logo--img .tb-logo-custom{height:40px;max-width:160px;object-fit:contain;object-position:left center}.tb-footer-logo-mark{width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,var(--orange),var(--orange-deep));color:#fff;display:grid;place-items:center;font-weight:800;font-size:17px}.tb-footer-logo-text{font-weight:800;font-size:17px;letter-spacing:-.02em;color:#fff;line-height:1}.tb-footer-logo-text small{display:block;font-weight:500;font-size:11px;color:rgba(255,255,255,.5);margin-top:3px}.tb-footer-socials{display:flex;gap:8px;margin-top:14px}.tb-footer-socials a{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.06);color:#fff;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);transition:background .15s,border-color .15s}.tb-footer-socials a:hover{background:var(--orange);border-color:var(--orange)}.tb-footer-grid h6{font-size:13px;font-weight:700;color:#fff;margin-bottom:18px;letter-spacing:-.01em}.tb-footer-grid h6 small{display:block;font-weight:500;color:var(--orange);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:6px}.tb-footer-grid ul{list-style:none;display:flex;flex-direction:column;gap:11px}.tb-footer-grid a{font-size:13.5px;color:rgba(255,255,255,.65);transition:color .15s}.tb-footer-grid a:hover{color:var(--orange)}.tb-footer-newsletter input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.12);font-family:inherit;font-size:13.5px;background:rgba(255,255,255,.04);color:#fff;margin-bottom:8px;outline:none}.tb-footer-newsletter input::placeholder{color:rgba(255,255,255,.4)}.tb-footer-newsletter input:focus{border-color:var(--orange)}.tb-footer-newsletter button{width:100%;padding:12px;border-radius:10px;background:var(--orange);color:#fff;border:none;font-weight:600;cursor:pointer;font-size:13.5px;transition:background .15s}.tb-footer-newsletter button:hover{background:var(--orange-deep)}.tb-footer-newsletter p{font-size:11.5px;color:rgba(255,255,255,.5);margin-top:8px;line-height:1.5}.tb-footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.08);padding-top:24px;font-size:12.5px;color:rgba(255,255,255,.5)}.tb-footer-legal{display:flex;gap:24px}.tb-footer-legal a{color:rgba(255,255,255,.65);transition:color .15s}.tb-footer-legal a:hover{color:var(--orange)}@media (max-width:1100px){.tb-footer{padding:60px 20px 24px}.tb-footer-grid{grid-template-columns:1fr 1fr}.tb-footer-brand{grid-column:1/-1}}@media (max-width:600px){.tb-footer-grid{grid-template-columns:1fr}.tb-footer-bottom{flex-direction:column;gap:16px;align-items:flex-start}}@media (max-width:480px){.tb-footer{padding:40px 16px 20px}}