footer {
      margin-top: 50px;
      border-top: 1px solid var(--border);
      padding: 30px 0 45px;
      color: var(--muted);
      font-size: 13px;
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 20px;
    }