/* Shared brand and footer across the public site. */
.brand-logo{display:block;width:40px;height:40px;flex:none;object-fit:contain;border-radius:10px}
.site-footer{width:min(1216px,calc(100% - 96px));margin-inline:auto;padding:32px 0;border-top:1px solid #30362e;font-family:inherit}
.site-footer a{color:#a3a99e;text-decoration:none}
.site-footer a:hover{color:#c1f580}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-footer .brand{display:flex;align-items:center;gap:12px;color:#f0f2eb;font-size:18px;font-weight:700;letter-spacing:-.5px}
.site-footer .brand-dot{color:#c1f580;margin:0}
.footer-social{font-size:13px;display:inline-flex;align-items:center;gap:8px}
.footer-links{display:flex;flex-wrap:wrap;gap:12px 24px;margin:26px 0;font-size:12px;line-height:1.6}
.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;border-top:1px solid #30362e;padding-top:24px}
.footer-bottom p{margin:0;color:#a3a99e;font-size:12px;line-height:1.8}
.site-footer .book-notice{display:flex;flex-direction:column;align-items:center;gap:7px;width:200px;max-width:100%;margin:0;flex:none}
.site-footer .book-notice img{display:block;width:200px;max-width:100%;height:auto;background:#fff}
.site-footer .book-notice span{display:block;font-size:11px;line-height:1.5;margin:0;text-align:center}
@media(max-width:680px){.site-footer{width:calc(100% - 40px);padding:28px 0}.footer-top{align-items:flex-start;flex-direction:column;gap:18px}.footer-links{gap:12px 20px;margin:24px 0}.footer-bottom{align-items:flex-start;flex-direction:column;gap:24px}.site-footer .brand{font-size:18px}.brand-logo{width:36px;height:36px;border-radius:9px}}

/* Vector icons avoid platform-specific emoji rendering. */
.ui-icon{display:inline-block;width:1em;height:1em;vertical-align:-.125em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.button .ui-icon{width:16px;height:16px}.nav-cta .ui-icon,.text-link .ui-icon{width:16px;height:16px}.benefit-icon .ui-icon{width:24px;height:24px}
