/* Same navy footer, typography and breakpoints as the academy Home page. */
.public-footer{display:block;width:100%;box-sizing:border-box;background:#0b1023;color:#b9c1e4;font-family:Inter,system-ui,sans-serif;text-align:left;margin-top:48px}
.public-footer .foot-in{max-width:1180px;margin:0 auto;padding:48px 24px 0;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:30px;box-sizing:border-box}
.public-footer .brand{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:800;line-height:1.1;color:#fff}
.public-footer .brand img{height:34px;width:auto}
.public-footer .brand small{display:block;font-size:11px;color:#8a92b8}
.public-footer .foot-brand p{font-size:12.5px;line-height:1.65;margin:14px 0 16px;max-width:250px;color:#b9c1e4}
.public-footer h5{font-family:Inter,system-ui,sans-serif;font-size:13px;color:#fff;margin:0 0 14px}
.public-footer a{color:#b9c1e4;text-decoration:none;overflow-wrap:anywhere}
.public-footer .foot-col a,.public-footer .foot-brand>a:not(.brand){display:block;font-size:12.5px;padding:5px 0}
.public-footer a:hover{color:#fff;text-decoration:underline}
.public-footer a:focus-visible{outline:2px solid #b9a0ff;outline-offset:4px}
.public-footer .foot-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:40px}
.public-footer .foot-bottom-in{max-width:1180px;margin:auto;padding:18px 24px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:12px;color:#8a92b8;box-sizing:border-box}
@media(max-width:1020px){.public-footer .foot-in{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.public-footer .foot-in{grid-template-columns:1fr;padding-top:32px;gap:24px}}
/* Existing sign-in/public cards stay in place above the shared footer. */
.auth-body:has(>.public-footer){padding-bottom:0}
.pub-body:has(>.public-footer){display:block;padding:0}
.pub-body:has(>.public-footer)>.pub-card{margin:36px auto;width:calc(100% - 32px);box-sizing:border-box}
