.twf-foot { background: #141210; color: rgba(245,240,232,0.5); padding: 3rem 1.5rem 2rem; font-family: 'Noto Sans TC', sans-serif; line-height: 1.8; text-align: left; }
  .twf-foot * { box-sizing: border-box; }
  .twf-foot .twf-inner { max-width: 1200px; margin: 0 auto; }
  .twf-foot .twf-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
  @media (max-width: 760px) { .twf-foot .twf-cols { grid-template-columns: 1fr 1fr; gap: 1.5rem; } }
  @media (max-width: 440px) { .twf-foot .twf-cols { grid-template-columns: 1fr; } }
  .twf-foot .twf-brand img { width: 36px; height: 36px; border-radius: 9px; margin-bottom: 0.7rem; display: block; }
  .twf-foot .twf-brand p { font-size: 0.84rem; line-height: 1.7; margin: 0; color: rgba(245,240,232,0.5); }
  .twf-foot h4 { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,240,232,0.4); margin: 0 0 0.8rem; font-weight: 700; }
  .twf-foot a { display: block; color: rgba(245,240,232,0.72); text-decoration: none; font-size: 0.88rem; padding: 0.22rem 0; }
  .twf-foot a:hover { color: #F5F0E8; }
  .twf-foot .twf-bottom { border-top: 1px solid rgba(245,240,232,0.12); padding-top: 1.25rem; font-size: 0.8rem; color: rgba(245,240,232,0.4); text-align: center; }
  .twf-foot .twf-bottom a { display: inline; color: rgba(245,240,232,0.6); }