/* TD footer component 20260529. Self-contained styles for new and old pages. */
.td-footer,
.td-footer *{box-sizing:border-box}
.td-footer{--td-footer-bg:#051c31;--td-footer-bg-2:#082a47;--td-footer-text:#d7e1ea;--td-footer-muted:#c6d1da;--td-footer-line:rgba(255,255,255,.08);--td-footer-link:#d6e0e8;--td-footer-white:#fff;background:linear-gradient(135deg,var(--td-footer-bg),var(--td-footer-bg-2));color:var(--td-footer-text);padding:34px 0 0;font-family:inherit;overflow:hidden}
.td-footer a{color:inherit;text-decoration:none}
.td-footer img{max-width:100%;display:block}
.td-footer__container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.td-footer__grid{display:grid;grid-template-columns:1.25fr .9fr .9fr 1.05fr 1.05fr;gap:34px;padding-bottom:34px;align-items:start}
.td-footer__brand p{margin:0;color:#e1ebf4;font-size:13px;font-weight:600;line-height:1.5}
.td-footer__logo{display:inline-flex;margin-bottom:12px}
.td-footer__logo img{width:198px;height:auto}
.td-footer__col h3{margin:0 0 13px;color:var(--td-footer-white);font-size:13.5px;font-weight:900;line-height:1.25}
.td-footer__col a{display:block;color:var(--td-footer-link);font-size:13px;font-weight:600;line-height:1.32;margin:8px 0;transition:color .18s ease,opacity .18s ease}
.td-footer__col a:hover{color:var(--td-footer-white)}
.td-footer__mobile-col{min-width:180px}
.td-footer__mobile-app{display:block;margin-top:2px;width:max-content;max-width:188px;color:inherit}
.td-footer__qr{display:flex;align-items:center;justify-content:center;width:128px;height:128px;padding:10px;border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(0,0,0,.24);overflow:hidden}
.td-footer__qr img{display:block;width:108px;height:108px;object-fit:contain;background:#fff;border-radius:8px}
.td-footer__mobile-text{display:block;margin-top:11px;max-width:178px;font-size:12.8px;line-height:1.45;color:var(--td-footer-link);font-weight:600}
.td-footer__mobile-text--phone{display:none}
.td-footer__mobile-link{display:inline-flex;margin-top:9px;color:var(--td-footer-white);font-weight:900;text-decoration:underline;text-underline-offset:3px}
.td-footer__bottom{border-top:1px solid var(--td-footer-line);min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--td-footer-muted);font-size:12.5px;font-weight:600;line-height:1.45}
.td-footer__bottom-links{display:flex;gap:28px;flex-wrap:wrap}
.td-footer__bottom a:hover{color:var(--td-footer-white)}
@media (max-width:920px){.td-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.td-footer__container{width:min(100% - 28px,1180px)}}
@media (max-width:620px){.td-footer{padding-top:30px}.td-footer__container{width:min(100% - 22px,1180px)}.td-footer__grid{grid-template-columns:1fr;gap:22px}.td-footer__logo img{width:176px}.td-footer__mobile-app{max-width:100%;width:100%;display:inline-block}.td-footer__qr{display:none}.td-footer__mobile-text{display:none}.td-footer__mobile-text--phone{display:block;max-width:280px;margin-top:0}.td-footer__mobile-link{margin-top:10px}.td-footer__bottom{align-items:flex-start;flex-direction:column;padding:18px 0}.td-footer__bottom-links{gap:18px;flex-wrap:wrap}}
