.global-footer { width: min(calc(100% - 2 * clamp(16px, 4vw, 48px)), 1280px); margin: 0 auto; padding: 0 0 32px; color: #59636b; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.global-footer p { margin: 0; font-size: 13px; line-height: 1.5; }
@media (max-width: 680px) {
  .global-footer { width: calc(100% - 40px); padding-bottom: 24px; }
}
