/* Tailwind UI footer: company mission + grouped navigation, shared with owner workspace. */
.cg-site-footer{width:100%;max-width:none;box-sizing:border-box;margin:0;padding:48px max(24px,calc((100% - 1280px)/2)) 22px;background:#0f2744;color:#dbe8f5;font-size:14px;line-height:1.6}
.cg-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px}
.cg-footer-brand img{width:190px;height:auto;display:block;background:transparent;padding:0;border-radius:0;box-sizing:content-box}
.cg-footer-brand p{margin:20px 0 10px;color:#dbe8f5}
.cg-footer-brand>span{font-size:12px;color:#9fe4f1}
.cg-site-footer nav{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.cg-site-footer h2{margin:0 0 12px;color:#fff;font-size:14px;font-weight:750}
.cg-site-footer a{display:inline-flex;align-items:center;min-height:36px;padding:3px 0;color:#dbe8f5;text-decoration:none;font-size:13px}
.cg-site-footer a:hover{color:#fff;text-decoration:underline}
.cg-site-footer a:focus-visible{outline:3px solid #9fe4f1;outline-offset:4px}
.cg-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid #ffffff26;margin-top:36px;padding-top:18px;font-size:12px}
@media(max-width:800px){.cg-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.cg-site-footer{padding-top:32px}.cg-footer-brand{grid-column:1/-1}}
@media(max-width:420px){.cg-footer-bottom{align-items:flex-start;flex-direction:column;gap:0}}
